summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a78ad5)
raw | patch | inline | side by side (parent: 3a78ad5)
author | Gert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl> | |
Wed, 9 Nov 2011 18:12:34 +0000 (18:12 +0000) | ||
committer | Gert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl> | |
Wed, 9 Nov 2011 18:12:34 +0000 (18:12 +0000) |
Makefile | patch | blob | history | |
domain.h | [deleted file] | patch | blob | history |
store.h | patch | blob | history |
diff --git a/Makefile b/Makefile
index 4ad7260b49abef09e303cfabd32437671153d4ff..f54dabe5b55adae8d8c82dc3392a3327dca4c0c4 100644 (file)
--- a/Makefile
+++ b/Makefile
-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
--- a/domain.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _DOMAIN_H_
-#define _DOMAIN_H_
-
-namespace odc {
-
-class Domain {
-
-};
-
-}
-
-#endif // _DOMAIN_H_