From 01aac350fa92d486ad3ac58f362fcf29856a5853 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Mon, 3 Nov 2014 12:43:52 -0800
Subject: [PATCH] Remove unused edgeinfo

---
 mininet/topo.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mininet/topo.py b/mininet/topo.py
index a847c1b7..65d445e4 100644
--- a/mininet/topo.py
+++ b/mininet/topo.py
@@ -19,7 +19,6 @@ class MultiGraph( object ):
     def __init__( self ):
         self.node = {}
         self.edge = {}
-        self.edgeinfo = {}
 
     def add_node( self, node, attr_dict=None, **attrs):
         """Add node to graph
-- 
GitLab