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 <sjg@chromium.org>
This commit is contained in:
Simon Glass 2022-07-11 19:04:12 -06:00 committed by Tom Rini
parent f2e6775cdd
commit 7f275bdbb0

View 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):