summaryrefslogtreecommitdiff
path: root/odb/tracer/inline.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-10 11:37:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-21 15:40:00 +0200
commitb0f28bd39db1732db794c6ba1f02d244bce0641c (patch)
treeffe5c5898eed770b4a8256b9e78c9b1792feb70e /odb/tracer/inline.hxx
parentecf31f6252c7c02935a6ce174d6700beb3f0b7fa (diff)
Move tracer to new ctor-less context
Diffstat (limited to 'odb/tracer/inline.hxx')
-rw-r--r--odb/tracer/inline.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/odb/tracer/inline.hxx b/odb/tracer/inline.hxx
deleted file mode 100644
index 353587c..0000000
--- a/odb/tracer/inline.hxx
+++ /dev/null
@@ -1,17 +0,0 @@
-// file : odb/tracer/inline.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-// license : GNU GPL v3; see accompanying LICENSE file
-
-#ifndef ODB_TRACER_INLINE_HXX
-#define ODB_TRACER_INLINE_HXX
-
-#include <odb/context.hxx>
-
-namespace tracer
-{
- void
- generate_inline (context&);
-}
-
-#endif // ODB_TRACER_INLINE_HXX