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:
Chris Plummer 2014-10-03 13:56:18 -07:00
parent 259a454043
commit db57351f43
6 changed files with 0 additions and 23 deletions

View file

@ -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();