Trivial update (unused globals)

This commit is contained in:
Miroslav Stampar
2019-06-03 15:11:36 +02:00
parent c00a642569
commit 2b79f45cbc
3 changed files with 1 additions and 5 deletions

View File

@@ -77,8 +77,6 @@ def getCurrentThreadData():
Returns current thread's local data
"""
global ThreadData
return ThreadData
def getCurrentThreadName():