save
[cdsspec-compiler.git] / test.h
diff --git a/test.h b/test.h
index e421c4c01f7fee28585d685af177496ea88f830f..b8182e53d8fc90b22de413e6176aae50f858df5e 100644 (file)
--- a/test.h
+++ b/test.h
@@ -1,13 +1,5 @@
 #ifndef _TEST_H
 #define _TEST_H
 
-struct Test {
-       int x;
-/*
-       Test() {
-               x = 2;
-       }
-       */
-};
 
 #endif