Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index 1fb2a464b3159be02dc9bdf30c3f0e17b700a23e..5ebb92bba3b0ed6ed87b02e2dbe6f02280c30a9f 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -34,7 +34,6 @@ class StringsStorage { |
static const int kMaxNameSize = 1024; |
static bool StringsMatch(void* key1, void* key2); |
- const char* BeautifyFunctionName(const char* name); |
const char* AddOrDisposeString(char* str, int len); |
HashMap::Entry* GetEntry(const char* str, int len); |
@@ -313,7 +312,6 @@ class ProfileGenerator { |
CodeMap* code_map() { return &code_map_; } |
- static const char* const kAnonymousFunctionName; |
static const char* const kProgramEntryName; |
static const char* const kIdleEntryName; |
static const char* const kGarbageCollectorEntryName; |