[PATCH 18/19] buildman: Drop a Python 2.7 comment
Simon Glass
sjg at chromium.org
Tue Jul 12 03:04:12 CEST 2022
This is well out of date, but it is still reasonable to use a list. Drop
the comment.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list