[Pkg-libvirt-commits] [libguestfs] 48/66: syntax-check: fix prohibit_assert_without_use check

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.54-1
in repository libguestfs.

commit dfa9efce4b36f41403051a8ee3e27021188d79b2
Author: Hu Tao <hutao at cn.fujitsu.com>
Date:   Tue Sep 23 17:20:30 2014 +0800

    syntax-check: fix prohibit_assert_without_use check
    
    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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list