mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 03:06:35 +02:00
remove unused code
This commit is contained in:
parent
fa52a609be
commit
69ecc8eb9f
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
from __future__ import print_function
|
||||
import gc, usbobserver
|
||||
|
||||
a = None
|
||||
print(len(gc.get_objects()))
|
||||
usbobserver.get_devices()
|
||||
gc.collect()
|
||||
print(len(gc.get_objects()))
|
||||
Loading…
Reference in a new issue