summaryrefslogtreecommitdiffstats
path: root/scd/atr.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-03-31 19:16:05 +0200
committerWerner Koch <wk@gnupg.org>2021-03-31 19:16:05 +0200
commit1c16878efd0bcf036f56abef93d64ac41ce9e95b (patch)
tree28f4edf61e6f72c891a4c45349f5b22410829382 /scd/atr.c
parentbuild: Require automake 1.16.3 (diff)
downloadgnupg2-1c16878efd0bcf036f56abef93d64ac41ce9e95b.tar.xz
gnupg2-1c16878efd0bcf036f56abef93d64ac41ce9e95b.zip
scd: Replace all assert macros by the log_assert macro.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'scd/atr.c')
-rw-r--r--scd/atr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scd/atr.c b/scd/atr.c
index 4f5a3b82c..4cdc7c448 100644
--- a/scd/atr.c
+++ b/scd/atr.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <gpg-error.h>
#include "../common/logging.h"