Skip to content

Commit 01aac35

Browse files
committed
Remove unused edgeinfo
1 parent ba8ea8f commit 01aac35

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mininet/topo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class MultiGraph( object ):
1919
def __init__( self ):
2020
self.node = {}
2121
self.edge = {}
22-
self.edgeinfo = {}
2322

2423
def add_node( self, node, attr_dict=None, **attrs):
2524
"""Add node to graph

0 commit comments

Comments
 (0)