gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35174 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r35174 - gnunet/src/ats
Date: Sun, 8 Feb 2015 20:38:35 +0100

Author: grothoff
Date: 2015-02-08 20:38:35 +0100 (Sun, 08 Feb 2015)
New Revision: 35174

Modified:
   gnunet/src/ats/plugin_ats_proportional.c
Log:
-useless assertion removal

Modified: gnunet/src/ats/plugin_ats_proportional.c
===================================================================
--- gnunet/src/ats/plugin_ats_proportional.c    2015-02-08 18:36:52 UTC (rev 
35173)
+++ gnunet/src/ats/plugin_ats_proportional.c    2015-02-08 19:38:35 UTC (rev 
35174)
@@ -1083,10 +1083,7 @@
                                               enum GNUNET_ATS_PreferenceKind 
kind,
                                               double score)
 {
-  struct GAS_PROPORTIONAL_Handle *s = solver;
-
-  GNUNET_assert(NULL != peer);
-  GNUNET_assert(NULL != s);
+  /* don't care about feedback */
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]