From cdcb7592999f225a5a10912e0098256c89ee56b1 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 4 Jun 2019 20:28:33 +0200 Subject: [PATCH] fuzzers: 007: remove commented code Signed-off-by: Karol Gugala --- fuzzers/007-timing/bel/tim2json.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fuzzers/007-timing/bel/tim2json.py b/fuzzers/007-timing/bel/tim2json.py index d8931ea5..5beda354 100644 --- a/fuzzers/007-timing/bel/tim2json.py +++ b/fuzzers/007-timing/bel/tim2json.py @@ -101,10 +101,6 @@ def pin_in_model(pin, pin_aliases, model, direction=None): return False, None else: return False, None - # sometimes pins have duplicated name - #for p in model.split('_'): - # if pin in p: - # return True, p return False, None else: # pin name is multi word, search for a string