[Libguestfs] [PATCH 04/13] syntax-check: fix prohibit_assert_without_use check

Hu Tao hutao at cn.fujitsu.com
Tue Sep 23 09:20:30 UTC 2014


Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
---
 p2v/config.c     | 1 -
 p2v/conversion.c | 1 -
 p2v/main.c       | 1 -
 3 files changed, 3 deletions(-)

diff --git a/p2v/config.c b/p2v/config.c
index b4abb40..abc91be 100644
--- a/p2v/config.c
+++ b/p2v/config.c
@@ -24,7 +24,6 @@
 #include <inttypes.h>
 #include <unistd.h>
 #include <errno.h>
-#include <assert.h>
 #include <locale.h>
 #include <libintl.h>
 
diff --git a/p2v/conversion.c b/p2v/conversion.c
index 8e6aa6c..ced9026 100644
--- a/p2v/conversion.c
+++ b/p2v/conversion.c
@@ -28,7 +28,6 @@
 #include <time.h>
 #include <errno.h>
 #include <locale.h>
-#include <assert.h>
 #include <libintl.h>
 #include <sys/types.h>
 #include <sys/wait.h>
diff --git a/p2v/main.c b/p2v/main.c
index 75a18c3..9c34413c 100644
--- a/p2v/main.c
+++ b/p2v/main.c
@@ -28,7 +28,6 @@
 #include <errno.h>
 #include <dirent.h>
 #include <locale.h>
-#include <assert.h>
 #include <libintl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-- 
1.9.3




More information about the Libguestfs mailing list