filemanip: remove unused variable recno.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
brian m. carlson 2014-07-14 18:57:41 +00:00
parent 58e4834b01
commit 05b23107d0
No known key found for this signature in database
GPG key ID: BF535D811F52F68B

View file

@ -396,7 +396,6 @@ class QDDBFile(FileFormat):
fp = None
fp = self._open("r")
records = []
recno = -1
fields = [None] * 16
lineno = 0
valid = False