summaryrefslogtreecommitdiff
path: root/libs/incident/tests/c_api_compile_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/incident/tests/c_api_compile_test.c')
-rw-r--r--libs/incident/tests/c_api_compile_test.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/incident/tests/c_api_compile_test.c b/libs/incident/tests/c_api_compile_test.c
deleted file mode 100644
index e1620dfe3280..000000000000
--- a/libs/incident/tests/c_api_compile_test.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-#include <incident/incident_report.h>
-
-/*
- * This file ensures that incident/incident_report.h actually compiles with C,
- * since there is no other place in the tree that actually uses it from C.
- */
-int not_called() {
- return 0;
-}
-