projects
/
igor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b44e5e8
)
Remove struct._buffer because I don't use it anymore.
author
W. Trevor King
<wking@tremily.us>
Sat, 21 Jul 2012 12:40:44 +0000
(08:40 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 21 Jul 2012 12:40:44 +0000
(08:40 -0400)
igor/struct.py
patch
|
blob
|
history
diff --git
a/igor/struct.py
b/igor/struct.py
index c87a17f71df142d54decca9c3b4beceb24d45b3e..0d0837e258ab540d47bc0c02216e479c5f8b3729 100644
(file)
--- a/
igor/struct.py
+++ b/
igor/struct.py
@@
-34,9
+34,6
@@
import numpy as _numpy
from . import LOG as _LOG
-_buffer = buffer # save builtin buffer for clobbered situations
-
-
class Field (object):
"""Represent a Structure field.