summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/counter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/counter.hxx')
-rw-r--r--xsd/cxx/tree/counter.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/xsd/cxx/tree/counter.hxx b/xsd/cxx/tree/counter.hxx
deleted file mode 100644
index 6601623..0000000
--- a/xsd/cxx/tree/counter.hxx
+++ /dev/null
@@ -1,26 +0,0 @@
-// file : xsd/cxx/tree/counter.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifndef CXX_TREE_COUNTER_HXX
-#define CXX_TREE_COUNTER_HXX
-
-#include <cxx/tree/elements.hxx>
-#include <cxx/tree/options.hxx>
-
-namespace CXX
-{
- namespace Tree
- {
- class Counter
- {
- public:
- Counts
- count (options const&,
- SemanticGraph::Schema&,
- SemanticGraph::Path const&);
- };
- }
-}
-
-#endif // CXX_TREE_COUNTER_HXX