summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-15 12:32:41 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-15 12:32:41 +0100
commit6272e49f51a192f2f8ecd8ffbb018f60ca0bac28 (patch)
tree4c9cfc249d9529270ade969b9f881f9a56c7ab08 /src
parentda75618fb2eecb644d8ec84c9584c402b0bc5339 (diff)
downloadlibguestfs-6272e49f51a192f2f8ecd8ffbb018f60ca0bac28.tar.gz
libguestfs-6272e49f51a192f2f8ecd8ffbb018f60ca0bac28.tar.xz
libguestfs-6272e49f51a192f2f8ecd8ffbb018f60ca0bac28.zip
syntax: Remove include <assert.h> where assert is not used.
Found by 'make syntax-check'.
Diffstat (limited to 'src')
-rw-r--r--src/launch-libvirt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
index ec0498b4..c4ca817f 100644
--- a/src/launch-libvirt.c
+++ b/src/launch-libvirt.c
@@ -25,7 +25,6 @@
#include <fcntl.h>
#include <limits.h>
#include <grp.h>
-#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>