Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Zhuravlev committed Jul 13, 2013
1 parent 89394e5 commit 1e83887
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ def read(self, data):
self.tail = data[pos:]

def write(self):
# works but allows to select same option multiple times and sets visited flag on next entry
#self.cnt += 1
#self.strings.append("wobwobwob?")
#self.magic.append(self.magic[-1])
#self.magic[-1] = b"\x00" * len(self.magic[-1])

data = b""
data += struct.pack("<I", self.head)
data += struct.pack("<I", self.cnt)
Expand Down

0 comments on commit 1e83887

Please sign in to comment.