aboutsummaryrefslogtreecommitdiff
path: root/odb/callback.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-16 14:27:02 +0200
commit49a851317a3696f49f9ee6ce1dee20ee9dece3ae (patch)
tree500fec922eb1be62d0b3738b88d07061abc4cc53 /odb/callback.cxx
parenta4aeed97fe567dd40fd86498637d461a68eb4eed (diff)
Try to clean up inline exports
Diffstat (limited to 'odb/callback.cxx')
-rw-r--r--odb/callback.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/odb/callback.cxx b/odb/callback.cxx
deleted file mode 100644
index 3f4b26c..0000000
--- a/odb/callback.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
-// file : odb/callback.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#include <odb/callback.hxx>
-
-namespace odb
-{
- // This otherwise unnecessary file is here to allow instantiation
- // of inline functions for exporting.
-}