mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
8046607: Code cleanup: PerfMemory::backing_store_filename() should be removed
Removed PerfMemory::backing_store_filename() API since it is not used anywhere. Reviewed-by: sla, hseigel
This commit is contained in:
parent
259a454043
commit
db57351f43
6 changed files with 0 additions and 23 deletions
|
@ -155,9 +155,6 @@ class PerfMemory : AllStatic {
|
|||
}
|
||||
}
|
||||
|
||||
// filename of backing store or NULL if none.
|
||||
static char* backing_store_filename();
|
||||
|
||||
// returns the complete file path of hsperfdata.
|
||||
// the caller is expected to free the allocated memory.
|
||||
static char* get_perfdata_file_path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue