aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/attribute-group.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/attribute-group.hxx')
-rw-r--r--xsd-frontend/semantic-graph/attribute-group.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/xsd-frontend/semantic-graph/attribute-group.hxx b/xsd-frontend/semantic-graph/attribute-group.hxx
deleted file mode 100644
index ff5a14b..0000000
--- a/xsd-frontend/semantic-graph/attribute-group.hxx
+++ /dev/null
@@ -1,23 +0,0 @@
-// file : xsd-frontend/semantic-graph/attribute-group.hxx
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifndef XSD_FRONTEND_SEMANTIC_GRAPH_ATTRIBUTE_GROUP_HXX
-#define XSD_FRONTEND_SEMANTIC_GRAPH_ATTRIBUTE_GROUP_HXX
-
-#include <xsd-frontend/semantic-graph/elements.hxx>
-
-namespace XSDFrontend
-{
- namespace SemanticGraph
- {
- class AttributeGroup: public virtual Scope
- {
- public:
- AttributeGroup (Path const& file,
- unsigned long line,
- unsigned long column);
- };
- }
-}
-
-#endif // XSD_FRONTEND_SEMANTIC_GRAPH_ATTRIBUTE_GROUP_HXX