summaryrefslogtreecommitdiffstats
path: root/hash.cxx
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-09-01 15:20:39 -0500
committerDavid Smith <dsmith@redhat.com>2009-09-01 15:20:39 -0500
commit635035ca64e9c6e6ad8252545446bbf9bc2a9c55 (patch)
tree33c024e1ee5e3c9be667378182e4189855b0ac86 /hash.cxx
parent4569f6bb769482d732f72fb1208522d51f4e36f4 (diff)
downloadsystemtap-steved-635035ca64e9c6e6ad8252545446bbf9bc2a9c55.tar.gz
systemtap-steved-635035ca64e9c6e6ad8252545446bbf9bc2a9c55.tar.xz
systemtap-steved-635035ca64e9c6e6ad8252545446bbf9bc2a9c55.zip
PR10552: Removed references to the merge ('-M') option.
* hash.cxx (find_script_hash): Removed unused merge option. * main.cxx (checkOptions): Removed merge option checks. (main): Removed merge option. * session.h: Ditto. * initscript/README.initscript: Removed reference to '-M' option. * initscript/systemtap.in (stap_getopt): Ditto. * testsuite/parseko/cmdline01.stp: Removed merge option test. * testsuite/parseko/cmdline05.stp: Ditto.
Diffstat (limited to 'hash.cxx')
-rw-r--r--hash.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.cxx b/hash.cxx
index 105e1115..bcf0ebcc 100644
--- a/hash.cxx
+++ b/hash.cxx
@@ -168,7 +168,6 @@ find_script_hash (systemtap_session& s, const string& script, const hash &base)
// Hash user-specified arguments (that change the generated module).
h.add(s.bulk_mode); // '-b'
- h.add(s.merge); // '-M'
h.add(s.timing); // '-t'
h.add(s.prologue_searching); // '-P'
h.add(s.ignore_vmlinux); // --ignore-vmlinux