Skip to content

Commit 3001300

Browse files
committed
def2stream: remove commented out code
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent c5e61d0 commit 3001300

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

flow/util/def2stream.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,6 @@ def read_cfg():
4747

4848
#match a line like:
4949
# - LAYER M2 + MASK 2 + OPC RECT ( 3000 3000 ) ( 5000 5000 ) ;
50-
#rect_pat = re.compile(r'''
51-
# \s*\-\ LAYER\ (?P<layer>\S+) # The layer name
52-
# (?: # Non-capturing group
53-
# \s+\+\ MASK\ (?P<mask>\d+) # Mask, None if absent
54-
# )?
55-
# (?P<opc> # OPC, None if absent
56-
# \s+\+\ OPC
57-
# )?
58-
# \s+RECT\
59-
# \(\ (?P<xlo>\d+)\ (?P<ylo>\d+)\ \)\ # rect lower-left pt
60-
# \(\ (?P<xhi>\d+)\ (?P<yhi>\d+)\ \)\ ; # rect upper-right pt
61-
# ''',
62-
# re.VERBOSE)
63-
6450
rect_pat = re.compile(r'''
6551
\s*\-\ LAYER\ (?P<layer>\S+) # The layer name
6652
(?: # Non-capturing group

0 commit comments

Comments
 (0)