summaryrefslogtreecommitdiff
path: root/tests/projects/shared_library_rust/src/interfaces.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/shared_library_rust/src/interfaces.rs')
-rw-r--r--tests/projects/shared_library_rust/src/interfaces.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/projects/shared_library_rust/src/interfaces.rs b/tests/projects/shared_library_rust/src/interfaces.rs
deleted file mode 100644
index 277008ba4..000000000
--- a/tests/projects/shared_library_rust/src/interfaces.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-pub fn add(a: i32, b: i32) -> i32
-{
- return a + b;
-}
-