Cleaning up code for runtime, installer, RMI, compiler for the Java side
[iot2.git] / iotjava / iotrmi / Java / basics / TestClass_Skeleton.java
diff --git a/iotjava/iotrmi/Java/basics/TestClass_Skeleton.java b/iotjava/iotrmi/Java/basics/TestClass_Skeleton.java
deleted file mode 100644 (file)
index 0e83e75..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-import java.net.InetAddress;
-
-public class TestClass_Skeleton {
-
-       public static void main(String[] args) throws Exception {
-
-               int portsend = 5000;
-               int portrecv = 6000;
-               String callbackAddress = InetAddress.getLocalHost().getHostAddress();
-               //TestClassProfiling tc = new TestClassProfiling();
-               TestClass tc = new TestClass();
-               TestClassInterface_Skeleton tcSkel = new TestClassInterface_Skeleton(tc, portsend, portrecv);
-       }
-}