summaryrefslogtreecommitdiffstats
path: root/database/engine/page_test.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /database/engine/page_test.h
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'database/engine/page_test.h')
-rw-r--r--database/engine/page_test.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/database/engine/page_test.h b/database/engine/page_test.h
deleted file mode 100644
index 30837f0ab..000000000
--- a/database/engine/page_test.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef PAGE_TEST_H
-#define PAGE_TEST_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int pgd_test(int argc, char *argv[]);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* PAGE_TEST_H */