aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-04 13:52:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-04 13:52:11 +0000
commit4022058a6325b650542ad8e5a52e167c5336eaaa (patch)
treee09bfb2642665d72bef25f223c610bf96654bfd6 /src/fs
parentc91ca0b9bd1489e4a4fea2c0bad7c1dffbb350fb (diff)
downloadgnunet-4022058a6325b650542ad8e5a52e167c5336eaaa.tar.gz
gnunet-4022058a6325b650542ad8e5a52e167c5336eaaa.zip
-dead
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_search.c1
-rw-r--r--src/fs/fs_unindex.c1
-rw-r--r--src/fs/fs_uri.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 718af912a..fc05498cc 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -1288,7 +1288,6 @@ GNUNET_FS_search_start_searching_ (struct GNUNET_FS_SearchContext *sc)
1288 unsigned int i; 1288 unsigned int i;
1289 const char *keyword; 1289 const char *keyword;
1290 struct GNUNET_HashCode hc; 1290 struct GNUNET_HashCode hc;
1291 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pub;
1292 struct GNUNET_CRYPTO_RsaPrivateKey *pk; 1291 struct GNUNET_CRYPTO_RsaPrivateKey *pk;
1293 1292
1294 GNUNET_assert (NULL == sc->client); 1293 GNUNET_assert (NULL == sc->client);
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 028ded44a..49518a3df 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -547,7 +547,6 @@ void
547GNUNET_FS_unindex_do_remove_kblocks_ (struct GNUNET_FS_UnindexContext *uc) 547GNUNET_FS_unindex_do_remove_kblocks_ (struct GNUNET_FS_UnindexContext *uc)
548{ 548{
549 const char *keyword; 549 const char *keyword;
550 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pub;
551 struct GNUNET_CRYPTO_RsaPrivateKey *pk; 550 struct GNUNET_CRYPTO_RsaPrivateKey *pk;
552 551
553 if (NULL == uc->dsh) 552 if (NULL == uc->dsh)
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index fc388e57b..e76693521 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -944,7 +944,6 @@ GNUNET_FS_uri_sks_create (struct GNUNET_FS_Namespace *ns, const char *id,
944 char **emsg) 944 char **emsg)
945{ 945{
946 struct GNUNET_FS_Uri *ns_uri; 946 struct GNUNET_FS_Uri *ns_uri;
947 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pk;
948 947
949 if (NULL == id) 948 if (NULL == id)
950 { 949 {