From: Christian Grothoff Date: Tue, 20 Oct 2009 11:33:34 +0000 (+0000) Subject: done X-Git-Tag: initial-import-from-subversion-38251~23301 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a9c3a06347acbab901fce71512cc67c5cd9f01ff;p=oweals%2Fgnunet.git done --- diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c index f9a8109c5..5ceb8653e 100644 --- a/src/fs/test_fs_download.c +++ b/src/fs/test_fs_download.c @@ -181,7 +181,6 @@ progress_cb (void *cls, GNUNET_assert (publish == event->value.publish.sc); GNUNET_assert (FILESIZE == event->value.publish.size); GNUNET_assert (1 == event->value.publish.anonymity); - /* FIXME: add checks here... */ GNUNET_FS_stop (fs); fs = NULL; break;