1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-02-05 10:32:12 +00:00

Remove unused variable

This commit is contained in:
Mike Naberezny 2014-12-14 18:08:39 -08:00
parent 02e7953373
commit e8f5265912

View File

@ -527,7 +527,6 @@ class Monitor(cmd.Cmd):
self._output(exc.args[0])
continue
except OverflowError as exc: # wider than address space
overflow = True
msg = "Overflow: %r too wide for register %r"
self._output(msg % (value, register))
continue