From 7f275bdbb027c8d0b9f4faa0841c45183f88ab43 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 11 Jul 2022 19:04:12 -0600 Subject: buildman: Drop a Python 2.7 comment This is well out of date, but it is still reasonable to use a list. Drop the comment. Signed-off-by: Simon Glass --- tools/buildman/boards.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/buildman') diff --git a/tools/buildman/boards.py b/tools/buildman/boards.py index b30b344bc8..8a0971aa40 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): -- cgit v1.2.1