From caf23f078e99d3c0e0995cc37ca230cf832b38b8 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Mar 2017 19:09:24 -0700 Subject: [PATCH] code check --- bin/mn | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/mn b/bin/mn index eaaa2c7..385bdfb 100755 --- a/bin/mn +++ b/bin/mn @@ -343,7 +343,6 @@ class MininetRunner( object ): "for switch %s" % opts.switch ) - topo = buildTopo( TOPOS, opts.topo ) switch = customClass( SWITCHES, opts.switch ) host = customClass( HOSTS, opts.host )