From ec6fd4eeca3fa468cffb25b472eb349c1fed06aa Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 Feb 2016 08:49:20 +0800 Subject: modify tests script --- tests/c++_static_library/src/interface.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 tests/c++_static_library/src/interface.h (limited to 'tests/c++_static_library/src/interface.h') 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 -- cgit v1.3.1