summaryrefslogtreecommitdiff
path: root/src/ext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext.cpp')
-rw-r--r--src/ext.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ext.cpp b/src/ext.cpp
deleted file mode 100644
index 0152994..0000000
--- a/src/ext.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// Copyright (c) 2023 Klemens Morgenstern (klemens.morgenstern@gmx.net)
-//
-// Distributed under the Boost Software License, Version 1.0. (See accompanying
-// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-//
-
-#include <boost/sqlite/connection.hpp>
-
-BOOST_SQLITE_BEGIN_NAMESPACE
-
-BOOST_SYMBOL_EXPORT const sqlite3_api_routines *sqlite3_api{nullptr};
-
-BOOST_SQLITE_END_NAMESPACE