mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
remove unused code
This commit is contained in:
parent
fa52a609be
commit
69ecc8eb9f
@ -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…
x
Reference in New Issue
Block a user