filemanip: remove unused variable recno.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
parent
58e4834b01
commit
05b23107d0
1 changed files with 0 additions and 1 deletions
|
|
@ -396,7 +396,6 @@ class QDDBFile(FileFormat):
|
|||
fp = None
|
||||
fp = self._open("r")
|
||||
records = []
|
||||
recno = -1
|
||||
fields = [None] * 16
|
||||
lineno = 0
|
||||
valid = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue