diff --git a/mininet/net.py b/mininet/net.py
index 674b9e093280f53c59c7a5bc9d59419a8c7edaf7..4766a9bc52d58f5ab2ea7df1b7c8c7688a29ac84 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."