summaryrefslogtreecommitdiff
path: root/lib/other.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/other.c')
-rw-r--r--lib/other.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/other.c b/lib/other.c
deleted file mode 100644
index d47b7b33..00000000
--- a/lib/other.c
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-int add(int a, int b)
-{
- return a + b;
-}