summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-06 10:49:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-06 10:49:07 +0200
commit60559eb8a1f77e93a202b811e47bcfb03dfda4eb (patch)
treecd06622d5686a69e0c932cae9c89b3bacf78fd5b
parente531c6d7a903322e18af9828f9039d8ba720b0d3 (diff)
Make libodb a separate project
-rw-r--r--libodb/odb/core.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/libodb/odb/core.hxx b/libodb/odb/core.hxx
deleted file mode 100644
index 227dea7..0000000
--- a/libodb/odb/core.hxx
+++ /dev/null
@@ -1,23 +0,0 @@
-// file : odb/core.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_CORE_HXX
-#define ODB_CORE_HXX
-
-#ifdef ODB_COMPILER
-# define ODB_PRAGMA_IMPL(x) _Pragma (#x)
-# define ODB_PRAGMA(x) ODB_PRAGMA_IMPL (odb x)
-#else
-# define PRAGMA_ODB(x)
-#endif
-
-namespace odb
-{
- class image
- {
- };
-}
-
-#endif // ODB_CORE_HXX