delete now-unnecessary TODO comment
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 6 Sep 2022 11:06:59 +0000 (04:06 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 6 Sep 2022 11:06:59 +0000 (04:06 -0700)
openpower/power_trans_ops_copy_from_PO59_table.py

index c569f407c1c35e0efc025661c6d66f4d8dff519f..af7503eb6fd08425df5f4d92d7bb2f72086e4a3a 100644 (file)
@@ -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):