Skip to content

Commit 402ec56

Browse files
committed
Removed unused statements in exact_mif_v3
1 parent 490bdd1 commit 402ec56

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

exact_mif_v3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ def get_mif_len(G, F, active_v):
254254

255255
if v is not None:
256256
new_G.remove_node(v)
257-
new_F.discard(v)
258-
if active_v == v:
259-
active_v = None
260257
continue
261258

262259
# Step 3

0 commit comments

Comments
 (0)