diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-20 17:18:09 +0200 |
commit | b0524a0b18eec9d5e5c3f6ce30b6cecdd02a6306 (patch) | |
tree | 4b1efc586782507e0647e884d6a13c6605298508 /build/trace.cxx | |
parent | 47751abc43dab40e0ac4a1523994fd533e6a3b22 (diff) |
Diagnostic infrastructure revamp
Diffstat (limited to 'build/trace.cxx')
-rw-r--r-- | build/trace.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/trace.cxx b/build/trace.cxx deleted file mode 100644 index a7e6566..0000000 --- a/build/trace.cxx +++ /dev/null @@ -1,12 +0,0 @@ -// file : build/trace.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC -// license : MIT; see accompanying LICENSE file - -#include <build/trace> - -using namespace std; - -namespace build -{ - uint8_t verb; -} |