summaryrefslogtreecommitdiffstats
path: root/document/src/tests/heapdebuggerother.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-04-16 15:44:59 +0200
committerGitHub <noreply@github.com>2019-04-16 15:44:59 +0200
commit57c27980452cf36e0d320b490dace35f679e389e (patch)
tree3461e1eaa07c8e765e3ef0cb9b5fdcb9c5412712 /document/src/tests/heapdebuggerother.cpp
parent6035f5c9a30dc9b53c7ae6d253c18ecbf45beb99 (diff)
parentdd999c18a6eeb6c2cc70a4257d27e68f592a876b (diff)
Merge pull request #9141 from vespa-engine/toregge/migrate-document-unit-tests-from-cppunit-to-gtest-3
Migrate document unit tests from cppunit to gtest.
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)
-{
-}