[ostree] Remove unused include <assert.h>



commit 7154193ae09017b51fde1bd5ad7907ef887f300e
Author: Giuseppe Scrivano <gscrivan redhat com>
Date:   Fri Jan 30 15:09:19 2015 +0100

    Remove unused include <assert.h>
    
    Signed-off-by: Giuseppe Scrivano <gscrivan redhat com>

 cfg.mk                               |    1 -
 src/switchroot/ostree-prepare-root.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/cfg.mk b/cfg.mk
index 0dc73df..186c049 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -20,7 +20,6 @@ local-checks-to-skip = \
     \
     sc_program_name \
     sc_bindtextdomain   \
-    sc_prohibit_assert_without_use \
     sc_prohibit_dirent_without_use \
     sc_prohibit_empty_lines_at_EOF \
     sc_prohibit_magic_number_exit \
diff --git a/src/switchroot/ostree-prepare-root.c b/src/switchroot/ostree-prepare-root.c
index b6b5f4a..f49f259 100644
--- a/src/switchroot/ostree-prepare-root.c
+++ b/src/switchroot/ostree-prepare-root.c
@@ -34,7 +34,6 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <fcntl.h>
-#include <assert.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]