summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/serialization-source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/serialization-source.hxx')
-rw-r--r--xsd/cxx/tree/serialization-source.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/xsd/cxx/tree/serialization-source.hxx b/xsd/cxx/tree/serialization-source.hxx
deleted file mode 100644
index 9b3524a..0000000
--- a/xsd/cxx/tree/serialization-source.hxx
+++ /dev/null
@@ -1,19 +0,0 @@
-// file : xsd/cxx/tree/serialization-source.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
-// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-#ifndef CXX_TREE_SERIALIZATION_SOURCE_HXX
-#define CXX_TREE_SERIALIZATION_SOURCE_HXX
-
-#include <cxx/tree/elements.hxx>
-
-namespace CXX
-{
- namespace Tree
- {
- void
- generate_serialization_source (Context&, size_t first, size_t last);
- }
-}
-
-#endif // CXX_TREE_SERIALIZATION_SOURCE_HXX