summaryrefslogtreecommitdiffstats
path: root/python
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 /python
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 'python')
-rw-r--r--python/guestfs-py-byhand.c1
1 files changed, 0 insertions, 1 deletions
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"