diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-16 22:33:25 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-16 22:33:25 +0100 |
commit | 8c4bc1121a10b525460a1d7de0973670c1f290fa (patch) | |
tree | 534c3a8c734528e018069413511f1d83dc3c0acf | |
parent | 148f81331a6fdec9e7db90fad0d2b42ce09c6b61 (diff) |
remove dead field
-rw-r--r-- | src/lib/exchange_api_handle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index bd6f1cfba..3cb5f48fa 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -152,7 +152,6 @@ struct KeysRequest */ struct GNUNET_TIME_Absolute expire; - struct GNUNET_SCHEDULER_Task *timeout_task; }; |