DEADSOFTWARE

Remove Domain class - unused
authorGert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl>
Wed, 9 Nov 2011 18:12:34 +0000 (18:12 +0000)
committerGert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl>
Wed, 9 Nov 2011 18:12:34 +0000 (18:12 +0000)
Makefile
domain.h [deleted file]
store.h

index 4ad7260b49abef09e303cfabd32437671153d4ff..f54dabe5b55adae8d8c82dc3392a3327dca4c0c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-HEADERS=oberon.h store.h reader.h domain.h alien.h typeregister.h textmodel.h fold.h visitor.h
+HEADERS=oberon.h store.h reader.h alien.h typeregister.h textmodel.h fold.h visitor.h
 
 odcread: odcread.o reader.o store.o util.o alien.o typeregister.o textmodel.o fold.o 
        g++ -o $@ $^
diff --git a/domain.h b/domain.h
deleted file mode 100644 (file)
index 8fe0f0a..0000000
--- a/domain.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _DOMAIN_H_
-#define _DOMAIN_H_
-
-namespace odc {
-
-class Domain {
-
-};
-
-}
-
-#endif // _DOMAIN_H_
diff --git a/store.h b/store.h
index 8d1e77dd617eb11604370722679c59b8ef44aed8..03d1c8f226021011461eaa4daeb3d669e3c1e572 100644 (file)
--- a/store.h
+++ b/store.h
@@ -2,7 +2,6 @@
 #define _STORE_H_
 
 #include <oberon.h>
-#include <domain.h>
 #include <typeregister.h>
 #include <visitor.h>