aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-30 20:33:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-30 20:34:46 +0300
commit6a67e021019a415b69d5f85bb157c566973413c7 (patch)
tree0634cb6b4bf7e23d1b19a89cad51db242a2b06b3 /bbot/utility.hxx
parentf8b062f808b05daea7f827d85d1989bd705b8e73 (diff)
Extend tracer with process_run() command interface
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index 0506293..7a172a2 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -101,9 +101,6 @@ namespace bbot
t, butl::fdnull (), 2, 2, p, forward<A> (a)...);
}
- void
- run_trace (tracer&, const char*[], size_t);
-
// The curl process wrapper (command line tracing, etc).
//
class http_curl: public butl::curl