diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-05-07 07:33:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-05-07 07:33:14 +0000 |
commit | d528ac0433da5d9e5c7a5518ac90c4669a421152 (patch) | |
tree | f3bfd42cad436121a926c9773e3c458674e496d7 /src/fs | |
parent | 87617678ba742a1daf222858117e53252e3f0f11 (diff) |
clean up
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/fs.c | 2 | ||||
-rw-r--r-- | src/fs/gnunet-pseudonym.c | 2 |
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, const char *serialization) { struct GNUNET_FS_DownloadContext *dc; - struct DownloadRequest *dr; char *emsg; char *uris; char *dn; @@ -2634,7 +2633,6 @@ deserialize_download (struct GNUNET_FS_Handle *h, uris = NULL; emsg = NULL; - dr = NULL; dc = GNUNET_malloc (sizeof (struct GNUNET_FS_DownloadContext)); dc->parent = parent; 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, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *c) { - struct GNUNET_TIME_Absolute expiration; char *emsg; cfg = c; @@ -263,7 +262,6 @@ run (void *cls, { if (NULL != root_identifier) { - expiration = GNUNET_TIME_relative_to_absolute (GNUNET_TIME_UNIT_YEARS); if (ksk_uri == NULL) { emsg = NULL; |