Browse Source

Remove old line of code (not useful anymore)

dustin.born 6 years ago
parent
commit
967b865369
1 changed files with 0 additions and 2 deletions
  1. 0 2
      code/Attack/MembersMgmtCommAttack.py

+ 0 - 2
code/Attack/MembersMgmtCommAttack.py

@@ -152,8 +152,6 @@ class MembersMgmtCommAttack(BaseAttack.BaseAttack):
         """
         # set class constants
         self.DEFAULT_XML_PATH = "resources/Botnet/MembersMgmtComm_example.xml"
-        # probability for responder ID to be local if comm_type is mixed
-        self.PROB_RESPND_IS_LOCAL = 0
 
         # PARAMETERS: initialize with default values
         # (values are overwritten if user specifies them)