diff options
author | Josh Stone <joshua.i.stone@intel.com> | 2008-07-24 12:07:28 -0700 |
---|---|---|
committer | Josh Stone <joshua.i.stone@intel.com> | 2008-07-24 12:52:00 -0700 |
commit | 026ba67c4d44b634fea8b259c531f228b1b819aa (patch) | |
tree | afc831a905242e79fd80b10115c687a8ff7b0d06 /buildrun.cxx | |
parent | e6b9397b3e13a7c497368777006020f64560fa98 (diff) | |
download | systemtap-steved-026ba67c4d44b634fea8b259c531f228b1b819aa.tar.gz systemtap-steved-026ba67c4d44b634fea8b259c531f228b1b819aa.tar.xz systemtap-steved-026ba67c4d44b634fea8b259c531f228b1b819aa.zip |
Remove unused STAPCONF_MODULE_NSECTIONS
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index 72c0d1c7..9aa13ef4 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -95,7 +95,6 @@ compile_pass (systemtap_session& s) o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-x86-uniregs.c, -DSTAPCONF_X86_UNIREGS,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-nameidata.c, -DSTAPCONF_NAMEIDATA_CLEANUP,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-unregister-kprobes.c, -DSTAPCONF_UNREGISTER_KPROBES,)" << endl; - o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-module-nsections.c, -DSTAPCONF_MODULE_NSECTIONS,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-real-parent.c, -DSTAPCONF_REAL_PARENT,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-uaccess.c, -DSTAPCONF_LINUX_UACCESS_H,)" << endl; #if 0 |