Skip to content

Commit

Permalink
del commented func
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang committed Jun 3, 2020
1 parent 5bbc9b2 commit e9121df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package/MDAnalysis/coordinates/GSD.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,3 @@ def _read_next_timestep(self) :
"""read next frame in trajectory"""
return self._read_frame(self._frame + 1)

# def __getstate__(self):
# """Implement the pickle protocol."""
# return dict(name=self.filename)
#
# def __setstate__(self, state):
# """Implement the pickle protocol."""
# self.__init__(state['name'])

0 comments on commit e9121df

Please sign in to comment.