Parcourir la source

[trac384] removed an unused if branch

Jelte Jansen il y a 14 ans
Parent
commit
086b420bfb
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      src/bin/bindctl/bindcmd.py

+ 0 - 4
src/bin/bindctl/bindcmd.py

@@ -569,10 +569,6 @@ class BindCmdInterpreter(Cmd):
                 identifier += "/"
             if cmd.params['identifier'].startswith("/"):
                 identifier = cmd.params['identifier']
-            else:
-                if cmd.params['identifier'].startswith('['):
-                    identifier = identifier[:-1]
-                identifier += cmd.params['identifier']
 
             # Check if the module is known; for unknown modules
             # we currently deny setting preferences, as we have