summaryrefslogtreecommitdiff
path: root/odb/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/validator.hxx')
-rw-r--r--odb/validator.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/odb/validator.hxx b/odb/validator.hxx
deleted file mode 100644
index 40ef11c..0000000
--- a/odb/validator.hxx
+++ /dev/null
@@ -1,24 +0,0 @@
-// file : odb/validator.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#ifndef ODB_VALIDATOR_HXX
-#define ODB_VALIDATOR_HXX
-
-#include <odb/options.hxx>
-#include <odb/features.hxx>
-#include <odb/semantics/unit.hxx>
-
-class validator_failed {};
-
-// The first pass is performed after processing pass 1 but before
-// processing pass 2. The second -- after pass 2.
-//
-void
-validate (options const&,
- features&,
- semantics::unit&,
- semantics::path const&,
- unsigned short pass);
-
-#endif // ODB_VALIDATOR_HXX