summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg23
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2
index 67cfd8dbc..5f2094453 100755
--- a/src/sbin/bcfg2
+++ b/src/sbin/bcfg2
@@ -79,9 +79,6 @@ class Client:
if (self.setup["file"] != False) and (self.setup["cache"] != False):
print "cannot use -f and -c together"
raise SystemExit, 1
- if self.setup['remove'] and self.setup['dryrun']:
- print "cannot use -n and -r together"
- raise SystemExit, 1
def run_probe(self, probe):
'''Execute probe'''