1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-13 05:19:50 +04:00

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

@@ -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)