summaryrefslogtreecommitdiff
path: root/odb/processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/processor.hxx')
-rw-r--r--odb/processor.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/odb/processor.hxx b/odb/processor.hxx
deleted file mode 100644
index 92cd34f..0000000
--- a/odb/processor.hxx
+++ /dev/null
@@ -1,24 +0,0 @@
-// file : odb/processor.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#ifndef ODB_PROCESSOR_HXX
-#define ODB_PROCESSOR_HXX
-
-#include <odb/options.hxx>
-#include <odb/features.hxx>
-#include <odb/semantics/unit.hxx>
-
-class processor_failed {};
-
-// Pass one is very early processing before any validation has been
-// done.
-//
-void
-process (options const&,
- features&,
- semantics::unit&,
- semantics::path const&,
- unsigned short pass);
-
-#endif // ODB_PROCESSOR_HXX