jbrodo / droidbox

Automatically exported from code.google.com/p/droidbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dead code / duplicate function in droidbox.py

GoogleCodeExporter opened this issue · comments

droidbox4.1.1/scripts/droidbox.py

line 183, 184:
     def getRecvsaction(self):
        return self.recvsaction

line 192, 193:
     def getRecvActions(self):
        return self.recvsaction

the latter never gets called

Original issue reported on code.google.com by tareksa...@gmail.com on 15 May 2014 at 2:57

thanks very much for the hint, we eliminated the dead code

Original comment by spreitze...@googlemail.com on 16 May 2014 at 8:36

  • Changed state: Fixed