aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-04-02 16:04:50 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-04-02 16:04:50 +0200
commit7317fe5b9910cf5b15038fe0806d0539423f9d51 (patch)
treeb9fa9a167799d187152c7347f61fdf398f14edad /src
parente6a0ea8cf388a05856aaedbc5444f266ae47a7ef (diff)
downloadgnunet-7317fe5b9910cf5b15038fe0806d0539423f9d51.tar.gz
gnunet-7317fe5b9910cf5b15038fe0806d0539423f9d51.zip
-unused
Diffstat (limited to 'src')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 95260ff9c..6d3cc45ec 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1375,7 +1375,6 @@ handle_record_lookup (void *cls, const struct LabelLookupMessage *ll_msg)
1375 struct GNUNET_MQ_Envelope *env; 1375 struct GNUNET_MQ_Envelope *env;
1376 struct LabelLookupResponseMessage *llr_msg; 1376 struct LabelLookupResponseMessage *llr_msg;
1377 struct RecordLookupContext rlc; 1377 struct RecordLookupContext rlc;
1378 struct GNUNET_HashCode label_hash;
1379 const char *name_tmp; 1378 const char *name_tmp;
1380 char *res_name; 1379 char *res_name;
1381 char *conv_name; 1380 char *conv_name;
@@ -1531,7 +1530,6 @@ handle_record_store (void *cls, const struct RecordStoreMessage *rp_msg)
1531 unsigned int rd_count; 1530 unsigned int rd_count;
1532 int res; 1531 int res;
1533 struct StoreActivity *sa; 1532 struct StoreActivity *sa;
1534 struct GNUNET_HashCode label_hash;
1535 struct GNUNET_TIME_Absolute existing_block_exp; 1533 struct GNUNET_TIME_Absolute existing_block_exp;
1536 struct GNUNET_TIME_Absolute new_block_exp; 1534 struct GNUNET_TIME_Absolute new_block_exp;
1537 1535