summaryrefslogtreecommitdiff
path: root/odb/relational/type-processor.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-19 16:19:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-19 16:19:25 +0200
commit55df757e98329e8e09afffe274ce2ceab269f8b3 (patch)
tree738b3a5b1c46e3b1b04184cfd9aeb32eb21af48a /odb/relational/type-processor.hxx
parent6c01cad9cbfb6e69121d106226b2c50026f86fa9 (diff)
Make processing top-level action, like validation and generation
Diffstat (limited to 'odb/relational/type-processor.hxx')
-rw-r--r--odb/relational/type-processor.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/odb/relational/type-processor.hxx b/odb/relational/type-processor.hxx
deleted file mode 100644
index 00cb2c5..0000000
--- a/odb/relational/type-processor.hxx
+++ /dev/null
@@ -1,17 +0,0 @@
-// file : odb/relational/type-processor.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#ifndef ODB_RELATIONAL_TYPE_PROCESSOR_HXX
-#define ODB_RELATIONAL_TYPE_PROCESSOR_HXX
-
-namespace relational
-{
- // Issues diagnostics and throws generation_failed in case of an error.
- //
- void
- process_types ();
-}
-
-#endif // ODB_RELATIONAL_TYPE_PROCESSOR_HXX