summaryrefslogtreecommitdiff
path: root/tests/c++_static_library/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/c++_static_library/src/interface.h')
-rwxr-xr-xtests/c++_static_library/src/interface.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/c++_static_library/src/interface.h b/tests/c++_static_library/src/interface.h
deleted file mode 100755
index 4a41e9597..000000000
--- a/tests/c++_static_library/src/interface.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*! calculate add(a, b)
- *
- * @param a the first argument
- * @param b the second argument
- *
- * @return the result
- */
-int add(int a, int b);
-
-#ifdef __cplusplus
-}
-#endif