aboutsummaryrefslogtreecommitdiff
path: root/lib/cmark/api_test/cplusplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmark/api_test/cplusplus.h')
-rw-r--r--lib/cmark/api_test/cplusplus.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/cmark/api_test/cplusplus.h b/lib/cmark/api_test/cplusplus.h
deleted file mode 100644
index 1f3dd15..0000000
--- a/lib/cmark/api_test/cplusplus.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef CMARK_API_TEST_CPLUSPLUS_H
-#define CMARK_API_TEST_CPLUSPLUS_H
-
-#include "harness.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void test_cplusplus(test_batch_runner *runner);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif