Skip to content

Commit

Permalink
debug travis-ci it seems effective
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Aug 8, 2015
1 parent ac851fa commit 933eebc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions haystack/reverse/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def __getstate__(self):
_heap_start
Ignore the rest
"""

# FIXME, double check and delete
#d = self.__dict__.copy()
#del d['_memory_handler']
Expand All @@ -256,7 +255,6 @@ def __getstate__(self):
##del d['_pointers_offsets']
#del d['_malloc_addresses']
#del d['_malloc_sizes']
# print d
d = dict()
d['dumpname'] = self.__dict__['dumpname']
d['parsed'] = self.__dict__['parsed']
Expand Down

0 comments on commit 933eebc

Please sign in to comment.