Remove empty comments from FreeRTOSgdb/EventGroup.py (#428)

* Remove empty comments from FreeRTOSgdb/EventGroup.py
* Remove empty comments from FreeRTOSgdb/QueueTools.py
* Remove empty comments from FreeRTOSgdb/List.py
This commit is contained in:
あく
2021-04-26 14:58:06 +03:00
committed by GitHub
parent 577606afb9
commit dbb8a92653
3 changed files with 0 additions and 4 deletions

View File

@@ -51,7 +51,6 @@ class QueueInspector:
QueueType = gdb.lookup_type("Queue_t")
def __init__(self, handle):
""""""
# print("Queue: Handle: %s" % handle)
self.name = None
queueObjPtr = None