summaryrefslogtreecommitdiff
path: root/odb/sqlite/error.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/error.hxx')
-rw-r--r--odb/sqlite/error.hxx27
1 files changed, 0 insertions, 27 deletions
diff --git a/odb/sqlite/error.hxx b/odb/sqlite/error.hxx
deleted file mode 100644
index 4646f85..0000000
--- a/odb/sqlite/error.hxx
+++ /dev/null
@@ -1,27 +0,0 @@
-// file : odb/sqlite/error.hxx
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_SQLITE_ERROR_HXX
-#define ODB_SQLITE_ERROR_HXX
-
-#include <odb/pre.hxx>
-
-#include <odb/sqlite/version.hxx>
-#include <odb/sqlite/details/export.hxx>
-
-namespace odb
-{
- namespace sqlite
- {
- class connection;
-
- // Translate SQLite error and throw an appropriate exception.
- //
- LIBODB_SQLITE_EXPORT void
- translate_error (int error, connection&);
- }
-}
-
-#include <odb/post.hxx>
-
-#endif // ODB_SQLITE_ERROR_HXX