summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 744ff988..0ed3a3d5 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -92,11 +92,6 @@ compile_pass (systemtap_session& s)
if (s.verbose) clog << "Running " << make_cmd << endl;
rc = system (make_cmd.c_str());
-
- if (s.verbose) clog << "Pass 4: compiled into \""
- << s.module_name << ".ko"
- << "\"" << endl;
-
return rc;
}