Skip to content

Commit 749beb9

Browse files
committed
HTCONDOR-2688 Remove now-unused code
1 parent b80d189 commit 749beb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/verify_ce_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def debug(msg):
3131

3232
# Verify that the HTCondor Python bindings are in the PYTHONPATH
3333
try:
34-
import classad2 as classad
3534
import htcondor2 as htcondor
3635
except ImportError:
3736
error("Could not load HTCondor Python bindings. "
@@ -44,7 +43,6 @@ def main():
4443
is_osg = htcondor.param.get('OSG_CONFIGURE_PRESENT', '').lower() in ('true', 'yes', '1')
4544

4645
# Create dict whose values are lists of ads specified in the relevant JOB_ROUTER_* variables
47-
parsed_jr_ads = defaultdict(list)
4846
jr_transforms = {key : value for key, value in htcondor.param.items() if key.startswith("JOB_ROUTER_ROUTE_")}
4947

5048
# If JOB_ROUTER_ROUTE_<name> rules are defined, verify that these transforms exist

0 commit comments

Comments
 (0)