]> Git Repo - qemu.git/commit
remove pointless if from vl.c
authorJoel Schopp <[email protected]>
Wed, 21 Jul 2010 20:05:17 +0000 (15:05 -0500)
committerAurelien Jarno <[email protected]>
Fri, 30 Jul 2010 21:05:52 +0000 (23:05 +0200)
commitdca98169b8781a3e302a2c46682f2b63e560b05f
treecd14b7e14c979df7fab06cb835a9a9ab413141d7
parentca1d6ac657ff1cebd689b5d93784402e7ceb52c3
remove pointless if from vl.c

We already set sockets to nonzero in the code above.
So this if statement always evaluates true.  Remove it.

Signed-off-by: Joel Schopp <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
vl.c
This page took 0.036483 seconds and 4 git commands to generate.