Cleaning up code for runtime, installer, RMI, compiler for the Java side
[iot2.git] / iotjava / iotrmi / Java / basics / TestClassProfiling.java
diff --git a/iotjava/iotrmi/Java/basics/TestClassProfiling.java b/iotjava/iotrmi/Java/basics/TestClassProfiling.java
deleted file mode 100644 (file)
index 4677bcc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-public class TestClassProfiling implements TestClassInterface {
-
-       /**
-        * Constructors
-        */
-       public TestClassProfiling() {
-
-       }
-
-
-       // Arrays
-       public byte[] getByteArray(byte[] in) {
-
-               return in;
-       }
-}
\ No newline at end of file