buildman: Drop a Python 2.7 comment
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:04:12 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:56 +0000 (11:47 -0400)
This is well out of date, but it is still reasonable to use a list. Drop
the comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/boards.py

index b30b344..8a0971a 100644 (file)
@@ -371,7 +371,6 @@ class MaintainersDatabase:
 class Boards:
     """Manage a list of boards."""
     def __init__(self):
-        # Use a simple list here, sinc OrderedDict requires Python 2.7
         self._boards = []
 
     def add_board(self, brd):