From: Jacob Lifshay Date: Tue, 6 Sep 2022 11:06:59 +0000 (-0700) Subject: delete now-unnecessary TODO comment X-Git-Tag: opf_rfc_ls005_v1~652 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36012526b557c06360773c0c41a5865677a2f231;p=libreriscv.git delete now-unnecessary TODO comment --- diff --git a/openpower/power_trans_ops_copy_from_PO59_table.py b/openpower/power_trans_ops_copy_from_PO59_table.py index c569f407c..af7503eb6 100644 --- a/openpower/power_trans_ops_copy_from_PO59_table.py +++ b/openpower/power_trans_ops_copy_from_PO59_table.py @@ -11,8 +11,6 @@ PO_59_63_HEADER = "# Opcode Tables for PO=59/63 XO=1---011--" MNEMONIC_COLUMN_NAME = "opcode" XO_COLUMN_NAME = "Major 59 and 63" -# TODO: copy PO=59 table to PO=63 table - class LineReader: def __init__(self, lines):