summaryrefslogtreecommitdiffstats
path: root/document/src/tests/heapdebuggerother.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/heapdebuggerother.cpp')
-rw-r--r--document/src/tests/heapdebuggerother.cpp37
1 files changed, 0 insertions, 37 deletions
diff --git a/document/src/tests/heapdebuggerother.cpp b/document/src/tests/heapdebuggerother.cpp
deleted file mode 100644
index 0aeaad57de2..00000000000
--- a/document/src/tests/heapdebuggerother.cpp
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-/*
- * Author: Ove Martin Malm
- */
-
-#include <stdlib.h>
-#include "heapdebugger.h"
-
-// Not implemented
-void enableHeapUsageMonitor(int param)
-{
- (void)param;
-
-}
-
-// Not implemented
-extern size_t getHeapUsage(void)
-{
- return 0;
-}
-
-// Not implemented
-void enableHeapCorruptCheck(int param)
-{
- (void)param;
-
-}
-
-// Not implemented
-void enableMCheck(void)
-{
-}
-
-// Not implemented
-void checkHeapNow(void)
-{
-}