]> xenbits.xensource.com Git - libvirt.git/commit
maint: drop spurious semicolons
authorEric Blake <eblake@redhat.com>
Mon, 25 Aug 2014 22:26:56 +0000 (16:26 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 25 Aug 2014 23:29:30 +0000 (17:29 -0600)
commit28de556dde1907a4e0555b3cf7afc0c398d0accd
tree0119bdb2a06291bb9cb764b0e8c950ff5bf1f159
parentda5792419cb99785ff02fcc38c083e57863d1ba0
maint: drop spurious semicolons

I noticed a line 'int nparams = 0;;' in remote_dispatch.h, and
tracked down where it was generated.  While at it, I found a
couple of other double semicolons.  Additionally, I noticed that
commit df0b57a95 left a stale reference to the file name
remote_dispatch_bodies.h.

* src/conf/numatune_conf.c (virDomainNumatuneNodeParseXML): Drop
empty statement.
* tests/virdbustest.c (testMessageStruct, testMessageSimple):
Likewise.
* src/rpc/gendispatch.pl (remote_dispatch_bodies.h): Likewise, and
update stale comments.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/numatune_conf.c
src/rpc/gendispatch.pl
tests/virdbustest.c