diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-15 12:32:41 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-19 00:05:11 +0100 |
commit | fc7dc1dbfb21e8dd09bcd72db871c25013a719fd (patch) | |
tree | e951071e4b303aacae4d86f6e7cdda709c63b712 | |
parent | f7d85ce0777f13ed6800317419da28a676f35e90 (diff) | |
download | libguestfs-fc7dc1dbfb21e8dd09bcd72db871c25013a719fd.tar.gz libguestfs-fc7dc1dbfb21e8dd09bcd72db871c25013a719fd.tar.xz libguestfs-fc7dc1dbfb21e8dd09bcd72db871c25013a719fd.zip |
syntax: Remove include <assert.h> where assert is not used.
Found by 'make syntax-check'.
(cherry picked from commit 6272e49f51a192f2f8ecd8ffbb018f60ca0bac28)
-rw-r--r-- | align/domains.c | 1 | ||||
-rw-r--r-- | df/domains.c | 1 | ||||
-rw-r--r-- | fish/domain.c | 1 | ||||
-rw-r--r-- | python/guestfs-py-byhand.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/align/domains.c b/align/domains.c index 88271380..1f03fd39 100644 --- a/align/domains.c +++ b/align/domains.c @@ -22,7 +22,6 @@ #include <stdlib.h> #include <string.h> #include <libintl.h> -#include <assert.h> #ifdef HAVE_LIBVIRT #include <libvirt/libvirt.h> diff --git a/df/domains.c b/df/domains.c index f2ee8546..89629884 100644 --- a/df/domains.c +++ b/df/domains.c @@ -22,7 +22,6 @@ #include <stdlib.h> #include <string.h> #include <libintl.h> -#include <assert.h> #ifdef HAVE_LIBVIRT #include <libvirt/libvirt.h> diff --git a/fish/domain.c b/fish/domain.c index 083ea656..d97b8e21 100644 --- a/fish/domain.c +++ b/fish/domain.c @@ -21,7 +21,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <assert.h> #include "guestfs.h" diff --git a/python/guestfs-py-byhand.c b/python/guestfs-py-byhand.c index 0d00ec14..eea10ca0 100644 --- a/python/guestfs-py-byhand.c +++ b/python/guestfs-py-byhand.c @@ -25,7 +25,6 @@ #include <stdio.h> #include <stdlib.h> -#include <assert.h> #include "guestfs-py.h" |