From a8ce5c380c69539fe0c7c62c397634d9d0c9fde2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- xsd/cxx/tree/validator.hxx | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 xsd/cxx/tree/validator.hxx (limited to 'xsd/cxx/tree/validator.hxx') diff --git a/xsd/cxx/tree/validator.hxx b/xsd/cxx/tree/validator.hxx deleted file mode 100644 index 25b36c6..0000000 --- a/xsd/cxx/tree/validator.hxx +++ /dev/null @@ -1,29 +0,0 @@ -// file : xsd/cxx/tree/validator.hxx -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#ifndef CXX_TREE_VALIDATOR_HXX -#define CXX_TREE_VALIDATOR_HXX - -#include -#include - -#include - -namespace CXX -{ - namespace Tree - { - class Validator - { - public: - bool - validate (options const&, - SemanticGraph::Schema&, - SemanticGraph::Path const& tu, - const WarningSet& disabled_warnings, - Counts const& counts); - }; - } -} - -#endif // CXX_TREE_VALIDATOR_HXX -- cgit v1.1