From 635035ca64e9c6e6ad8252545446bbf9bc2a9c55 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 1 Sep 2009 15:20:39 -0500 Subject: 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. --- main.cxx | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index 9887f2b7..b97d0092 100644 --- a/main.cxx +++ b/main.cxx @@ -368,18 +368,6 @@ checkOptions (systemtap_session &s) { bool optionsConflict = false; - if(!s.bulk_mode && !s.merge) - { - cerr << "-M option is valid only for bulk (relayfs) mode." <