diff options
author | Werner Koch <wk@gnupg.org> | 2019-05-14 10:31:46 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-05-14 10:31:46 +0200 |
commit | 54e96c6fd262bd0090fec836c97d7fdb04bd6129 (patch) | |
tree | 93ead3e2aac01b8317d18a31b980f7d7fec5e4e2 /agent/trans.c | |
parent | agent: correct length for uri and comment on 64-bit big-endian platforms (diff) | |
download | gnupg2-54e96c6fd262bd0090fec836c97d7fdb04bd6129.tar.xz gnupg2-54e96c6fd262bd0090fec836c97d7fdb04bd6129.zip |
agent: Replace most assert by log_assert.
--
Diffstat (limited to 'agent/trans.c')
-rw-r--r-- | agent/trans.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/trans.c b/agent/trans.c index ff1a34e68..9d090ff86 100644 --- a/agent/trans.c +++ b/agent/trans.c @@ -28,7 +28,6 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> -#include <assert.h> #include <unistd.h> #include <sys/stat.h> |