summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--buildrun.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 3a6e20ae..fe060236 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -125,9 +125,6 @@ compile_pass (systemtap_session& s)
// o << module_cflags << " += -Iusr/include" << endl;
// since such headers are cleansed of _KERNEL_ pieces that we need
- string stapconf_cflags = "STAPCONF_CFLAGS";
- o << stapconf_cflags << " :=" << endl;
-
o << "STAPCONF_HEADER := " << s.tmpdir << "/" << s.stapconf_name << endl;
o << s.translated_source << ": $(STAPCONF_HEADER)" << endl;
o << "$(STAPCONF_HEADER):" << endl;