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:
@@ -19,7 +19,6 @@ class ListInspector:
|
||||
ListType = gdb.lookup_type("List_t")
|
||||
|
||||
def __init__(self, handle):
|
||||
""""""
|
||||
self._list = None
|
||||
# print("List: Handle: %s" % handle)
|
||||
self.Assign(handle)
|
||||
|
Reference in New Issue
Block a user