From 319f78f645abb55a2ba58009bef9ad288d29233b Mon Sep 17 00:00:00 2001 From: Neil Webber Date: Mon, 1 Apr 2024 11:13:04 -0500 Subject: [PATCH] Clean up unused BRANCH_NAMES --- branches.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/branches.py b/branches.py index 82f2917..54342e7 100644 --- a/branches.py +++ b/branches.py @@ -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 = {