summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/src/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/swig/java_c/src/example.i')
-rw-r--r--tests/projects/swig/java_c/src/example.i4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/projects/swig/java_c/src/example.i b/tests/projects/swig/java_c/src/example.i
index 1228cb6a9..6bac9f7a3 100644
--- a/tests/projects/swig/java_c/src/example.i
+++ b/tests/projects/swig/java_c/src/example.i
@@ -4,8 +4,4 @@ extern int fact(int n);
%}
extern int fact(int n);
-
-
-
-
%include "example2.i"