Skip to content
Snippets Groups Projects
Commit d63031bb authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Michael S. Tsirkin
Browse files

tools/virtio/ringtest: Remove bogus definition of BUG_ON()


BUG_ON(x) should raise an error if x is true, but assert(x) raises an
error if x is false. Remove this bogus definition of BUG_ON(), which
isn't used anyway.

Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent df0bfe75
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment