aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs.c2
-rw-r--r--src/fs/gnunet-pseudonym.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/fs/fs.c b/src/fs/fs.c
index 307952a17..fdaa12205 100644
--- a/src/fs/fs.c
+++ b/src/fs/fs.c
@@ -2625,7 +2625,6 @@ deserialize_download (struct GNUNET_FS_Handle *h,
2625 const char *serialization) 2625 const char *serialization)
2626{ 2626{
2627 struct GNUNET_FS_DownloadContext *dc; 2627 struct GNUNET_FS_DownloadContext *dc;
2628 struct DownloadRequest *dr;
2629 char *emsg; 2628 char *emsg;
2630 char *uris; 2629 char *uris;
2631 char *dn; 2630 char *dn;
@@ -2634,7 +2633,6 @@ deserialize_download (struct GNUNET_FS_Handle *h,
2634 2633
2635 uris = NULL; 2634 uris = NULL;
2636 emsg = NULL; 2635 emsg = NULL;
2637 dr = NULL;
2638 dc = GNUNET_malloc (sizeof (struct GNUNET_FS_DownloadContext)); 2636 dc = GNUNET_malloc (sizeof (struct GNUNET_FS_DownloadContext));
2639 dc->parent = parent; 2637 dc->parent = parent;
2640 dc->h = h; 2638 dc->h = h;
diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c
index d7a13e486..348805904 100644
--- a/src/fs/gnunet-pseudonym.c
+++ b/src/fs/gnunet-pseudonym.c
@@ -226,7 +226,6 @@ run (void *cls,
226 const char *cfgfile, 226 const char *cfgfile,
227 const struct GNUNET_CONFIGURATION_Handle *c) 227 const struct GNUNET_CONFIGURATION_Handle *c)
228{ 228{
229 struct GNUNET_TIME_Absolute expiration;
230 char *emsg; 229 char *emsg;
231 230
232 cfg = c; 231 cfg = c;
@@ -263,7 +262,6 @@ run (void *cls,
263 { 262 {
264 if (NULL != root_identifier) 263 if (NULL != root_identifier)
265 { 264 {
266 expiration = GNUNET_TIME_relative_to_absolute (GNUNET_TIME_UNIT_YEARS);
267 if (ksk_uri == NULL) 265 if (ksk_uri == NULL)
268 { 266 {
269 emsg = NULL; 267 emsg = NULL;