aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility.cxx')
-rw-r--r--bbot/utility.cxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/bbot/utility.cxx b/bbot/utility.cxx
deleted file mode 100644
index ea62ac2..0000000
--- a/bbot/utility.cxx
+++ /dev/null
@@ -1,23 +0,0 @@
-// file : bbot/utility.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
-// license : TBC; see accompanying LICENSE file
-
-#include <bbot/utility.hxx>
-
-#include <bbot/diagnostics.hxx>
-
-using namespace std;
-using namespace butl;
-
-namespace bbot
-{
- void
- run_trace (tracer& t, const char* cmd[], size_t n)
- {
- if (verb >= 3)
- {
- diag_record dr (t);
- process::print (dr.os, cmd, n);
- }
- }
-}