From 018e1ba581ec6f01f069a45ec4cf89f152b44d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 19 Mar 2025 15:41:36 +0100 Subject: remerge --- xsd/cxx/parser/name-processor.hxx | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 xsd/cxx/parser/name-processor.hxx (limited to 'xsd/cxx/parser/name-processor.hxx') diff --git a/xsd/cxx/parser/name-processor.hxx b/xsd/cxx/parser/name-processor.hxx deleted file mode 100644 index f8ac28c..0000000 --- a/xsd/cxx/parser/name-processor.hxx +++ /dev/null @@ -1,30 +0,0 @@ -// file : xsd/cxx/parser/name-processor.hxx -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#ifndef XSD_CXX_PARSER_NAME_PROCESSOR_HXX -#define XSD_CXX_PARSER_NAME_PROCESSOR_HXX - -#include - -#include - -#include -#include - -namespace CXX -{ - namespace Parser - { - class NameProcessor - { - public: - void - process (options const&, - XSDFrontend::SemanticGraph::Schema&, - XSDFrontend::SemanticGraph::Path const& file, - StringLiteralMap const& map); - }; - } -} - -#endif // XSD_CXX_PARSER_NAME_PROCESSOR_HXX -- cgit v1.2.3