Remove unused burst.

This commit is contained in:
Bob Lantz
2012-03-31 21:29:09 -07:00
parent ece14ff4b5
commit 1dd3de0d04
-1
View File
@@ -191,7 +191,6 @@ class TCIntf( Intf ):
if ( speedup > 0 and
self.node.name[0:1] == 's' ):
bw = speedup
burst = bw * 1e6 / 8 * .001
# This may not be correct - we should look more closely
# at the semantics of burst (and cburst) to make sure we
# are specifying the correct sizes. For now I have used