summaryrefslogtreecommitdiff
path: root/odb/type-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/type-processor.hxx')
-rw-r--r--odb/type-processor.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/odb/type-processor.hxx b/odb/type-processor.hxx
deleted file mode 100644
index 35f02ef..0000000
--- a/odb/type-processor.hxx
+++ /dev/null
@@ -1,16 +0,0 @@
-// file : odb/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_TYPE_PROCESSOR_HXX
-#define ODB_TYPE_PROCESSOR_HXX
-
-#include <odb/context.hxx>
-
-// Issues diagnostics and throws generation_failed in case of an error.
-//
-void
-process_types (context&);
-
-#endif // ODB_TYPE_PROCESSOR_HXX