summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 15:09:19 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2015-01-30 15:27:36 +0100
commit7154193ae09017b51fde1bd5ad7907ef887f300e (patch)
treeadb7d56064c0fda226a0f71235bad1bcd40950e5
parente36d3bb25e0b2f0e822f323f297b16d02a63e6b4 (diff)
downloadostree-7154193ae09017b51fde1bd5ad7907ef887f300e.tar.gz
Remove unused include <assert.h>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--cfg.mk1
-rw-r--r--src/switchroot/ostree-prepare-root.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 0dc73df0..186c049c 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 b6b5f4a5..f49f2592 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>