summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-module-nsections.c
diff options
context:
space:
mode:
authorJosh Stone <joshua.i.stone@intel.com>2008-07-24 12:07:28 -0700
committerJosh Stone <joshua.i.stone@intel.com>2008-07-24 12:52:00 -0700
commit026ba67c4d44b634fea8b259c531f228b1b819aa (patch)
treeafc831a905242e79fd80b10115c687a8ff7b0d06 /runtime/autoconf-module-nsections.c
parente6b9397b3e13a7c497368777006020f64560fa98 (diff)
downloadsystemtap-steved-026ba67c4d44b634fea8b259c531f228b1b819aa.tar.gz
systemtap-steved-026ba67c4d44b634fea8b259c531f228b1b819aa.tar.xz
systemtap-steved-026ba67c4d44b634fea8b259c531f228b1b819aa.zip
Remove unused STAPCONF_MODULE_NSECTIONS
Diffstat (limited to 'runtime/autoconf-module-nsections.c')
-rw-r--r--runtime/autoconf-module-nsections.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/autoconf-module-nsections.c b/runtime/autoconf-module-nsections.c
deleted file mode 100644
index c1ce58b7..00000000
--- a/runtime/autoconf-module-nsections.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <linux/module.h>
-
-struct module_sect_attrs x;
-
-void foo (void)
-{
- (void) x.nsections;
-}