Clean up unused BRANCH_NAMES
This commit is contained in:
parent
d9031f7d8b
commit
319f78f645
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ BRANCH_CODES = {
|
|||
'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
|
||||
_brconds = {
|
||||
|
|
Loading…
Add table
Reference in a new issue