From 4d2d52c3db49b2bad62d8bb2be6d4d0cba2ea80a Mon Sep 17 00:00:00 2001 From: Brandon Heller <brandonh@stanford.edu> Date: Sun, 20 Dec 2009 09:46:16 -0800 Subject: [PATCH] Remove unused function --- mininet/net.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mininet/net.py b/mininet/net.py index 674b9e09..4766a9bc 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -303,12 +303,6 @@ def monitor( self ): # Handy utilities - -def createNodes( name, count ): - "Create and return a list of nodes." - nodes = [ Node( name + `i` ) for i in range( 0, count ) ] - # print "*** CreateNodes: created:", nodes - return nodes def dumpNodes( nodes ): "Dump ifconfig of each node." -- GitLab