From 36012526b557c06360773c0c41a5865677a2f231 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 6 Sep 2022 04:06:59 -0700 Subject: [PATCH] delete now-unnecessary TODO comment --- openpower/power_trans_ops_copy_from_PO59_table.py | 2 -- 1 file changed, 2 deletions(-) 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): -- 2.30.2