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