diff options
Diffstat (limited to 'xsd/xsd/cxx/tree/stream-insertion-source.hxx')
-rw-r--r-- | xsd/xsd/cxx/tree/stream-insertion-source.hxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xsd/xsd/cxx/tree/stream-insertion-source.hxx b/xsd/xsd/cxx/tree/stream-insertion-source.hxx deleted file mode 100644 index d2d5534..0000000 --- a/xsd/xsd/cxx/tree/stream-insertion-source.hxx +++ /dev/null @@ -1,19 +0,0 @@ -// file : xsd/cxx/tree/stream-insertion-source.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#ifndef CXX_TREE_INSERTION_SOURCE_HXX -#define CXX_TREE_INSERTION_SOURCE_HXX - -#include <cxx/tree/elements.hxx> - -namespace CXX -{ - namespace Tree - { - void - generate_stream_insertion_source (Context&); - } -} - -#endif // CXX_TREE_INSERTION_SOURCE_HXX |