summaryrefslogtreecommitdiff
path: root/src/gperftools/heap-checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gperftools/heap-checker.h')
-rw-r--r--src/gperftools/heap-checker.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gperftools/heap-checker.h b/src/gperftools/heap-checker.h
index 6c1187f..5a87d8d 100644
--- a/src/gperftools/heap-checker.h
+++ b/src/gperftools/heap-checker.h
@@ -240,9 +240,6 @@ class PERFTOOLS_DLL_DECL HeapLeakChecker {
friend void NamedTwoDisabledLeaks();
friend void* RunNamedDisabledLeaks(void*);
friend void TestHeapLeakCheckerNamedDisabling();
- // TODO(csilvers): remove this one, at least
- friend int main(int, char**);
-
// Actually implements IgnoreObject().
static void DoIgnoreObject(const void* ptr);