aboutsummaryrefslogtreecommitdiff
path: root/odb/details/condition.hxx
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/details/condition.hxx
parenta4aeed97fe567dd40fd86498637d461a68eb4eed (diff)
Try to clean up inline exports
Diffstat (limited to 'odb/details/condition.hxx')
-rw-r--r--odb/details/condition.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/details/condition.hxx b/odb/details/condition.hxx
index 1baa81b..34c5c62 100644
--- a/odb/details/condition.hxx
+++ b/odb/details/condition.hxx
@@ -8,7 +8,6 @@
#include <odb/pre.hxx>
#include <odb/details/config.hxx>
-#include <odb/details/export.hxx>
#ifdef ODB_THREADS_NONE
@@ -19,7 +18,7 @@ namespace odb
class mutex;
class lock;
- class LIBODB_EXPORT condition
+ class condition
{
public:
condition (mutex&) {}