[segyio] 214/376: Remove unused method 'free'
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
jokva-guest pushed a commit to branch debian
in repository segyio.
commit e6799375040696bb4d53b60f8792eaec20761a0f
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date: Tue Feb 28 09:43:21 2017 +0100
Remove unused method 'free'
---
python/segyio/segy.py | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/python/segyio/segy.py b/python/segyio/segy.py
index 5f42234..9fea253 100644
--- a/python/segyio/segy.py
+++ b/python/segyio/segy.py
@@ -116,7 +116,7 @@ class SegyFile(object):
_segyio.flush(self.xfd)
def close(self):
- """Close the file.#
+ """Close the file.
This method is mostly useful for testing.
@@ -927,11 +927,6 @@ class SegyFile(object):
return fmt()
- def free(self):
- """Internal."""
- pass
-
-
class spec:
def __init__(self):
self.iline = 189
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git
More information about the debian-science-commits
mailing list