diff options
author | Werner Koch <[email protected]> | 2016-04-29 09:05:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-04-29 09:05:24 +0000 |
commit | 64bfeafa52a5ed3fa82bdc0ce7ef0edddeef188c (patch) | |
tree | 820e0e686ef9672b4b05c1e644026840e5710b6a /g10/misc.c | |
parent | common: Improve log_assert. (diff) | |
download | gnupg-64bfeafa52a5ed3fa82bdc0ce7ef0edddeef188c.tar.gz gnupg-64bfeafa52a5ed3fa82bdc0ce7ef0edddeef188c.zip |
gpg: Remove all assert.h and s/assert/log_assert/.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/misc.c b/g10/misc.c index bdc450575..d2537cf7a 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -69,8 +69,6 @@ #include "i18n.h" #include "zb32.h" -#include <assert.h> - #ifdef ENABLE_SELINUX_HACKS /* A object and a global variable to keep track of files marked as |