summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 755f6c07..151a1c45 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -5580,7 +5580,6 @@ utrace_derived_probe_group::emit_module_decls (systemtap_session& s)
s.op->newline() << "if (! IS_ERR(engine) && engine != NULL) {";
s.op->indent(1);
s.op->newline() << "utrace_detach(tsk, engine);";
- s.op->newline() << "_stp_dbug(__FUNCTION__, __LINE__, \"*** disconnected!\\n\");";
s.op->newline(-1) << "}";
s.op->newline(-1) << "}";
s.op->newline() << "break;";