From ecf31f6252c7c02935a6ce174d6700beb3f0b7fa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Mar 2011 11:23:35 +0200 Subject: Move type processor to relational/ --- odb/type-processor.hxx | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 odb/type-processor.hxx (limited to 'odb/type-processor.hxx') 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 -// 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 - -// Issues diagnostics and throws generation_failed in case of an error. -// -void -process_types (context&); - -#endif // ODB_TYPE_PROCESSOR_HXX -- cgit v1.1