Removing unused methods

This commit is contained in:
Miroslav Stampar
2017-11-06 13:53:35 +01:00
parent f9e80adcef
commit 18d78a34cc
5 changed files with 6 additions and 34 deletions

View File

@@ -64,9 +64,6 @@ class _ThreadData(threading.local):
ThreadData = _ThreadData()
def getCurrentThreadUID():
return hash(threading.currentThread())
def readInput(message, default=None, checkBatch=True, boolean=False):
# It will be overwritten by original from lib.core.common
pass