diff options
author | Werner Koch <[email protected]> | 2019-05-14 08:31:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-05-14 08:31:46 +0000 |
commit | 54e96c6fd262bd0090fec836c97d7fdb04bd6129 (patch) | |
tree | 93ead3e2aac01b8317d18a31b980f7d7fec5e4e2 /agent/call-scd.c | |
parent | agent: correct length for uri and comment on 64-bit big-endian platforms (diff) | |
download | gnupg-54e96c6fd262bd0090fec836c97d7fdb04bd6129.tar.gz gnupg-54e96c6fd262bd0090fec836c97d7fdb04bd6129.zip |
agent: Replace most assert by log_assert.
--
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r-- | agent/call-scd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index b2266225e..b52c6c8eb 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -25,7 +25,6 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> -#include <assert.h> #include <unistd.h> #ifdef HAVE_SIGNAL_H # include <signal.h> |