aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.cpp')
-rw-r--r--Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.cpp b/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.cpp
deleted file mode 100644
index 50d6304dd..000000000
--- a/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-//
-// Created by Roy on 11/5/2017.
-//
-
-#include "OtherClass.h"
-
-string OtherClass::getString(string str) {
- return str;
-}