This is well out of date, but it is still reasonable to use a list. Drop
the comment.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 tools/buildman/boards.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py
index b30b344bc8e..8a0971aa407 100644
--- a/tools/buildman/boards.py
+++ b/tools/buildman/boards.py
@@ -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):
-- 
2.37.0.144.g8ac04bfd2-goog

Reply via email to