Cleaning up drivers/Cpp, Cpp/Lifxtest, virtuals, and iotrmi/C++ (revisiting the C...
[iot2.git] / iotjava / iotrmi / C++ / sample / StructC.hpp
diff --git a/iotjava/iotrmi/C++/sample/StructC.hpp b/iotjava/iotrmi/C++/sample/StructC.hpp
deleted file mode 100644 (file)
index b762f5e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _STRUCTC_HPP__
-#define _STRUCTC_HPP__
-
-using namespace std;
-
-struct data {
-       string  name;
-       float   value;
-       int             year;
-};
-
-#endif
-