Clean up unused BRANCH_NAMES

This commit is contained in:
Neil Webber 2024-04-01 11:13:04 -05:00
parent d9031f7d8b
commit 319f78f645

View file

@ -42,9 +42,6 @@ BRANCH_CODES = {
'blos': 0o101400 'blos': 0o101400
} }
# There are some duplicates and they are chosen arbitrarily by this:
BRANCH_NAMES = {v: k for k, v in BRANCH_CODES.items()}
# keyed by masked "base code" (upper byte), not shifted # keyed by masked "base code" (upper byte), not shifted
_brconds = { _brconds = {