dce
authorChristian Grothoff <christian@grothoff.org>
Tue, 13 Sep 2011 10:18:45 +0000 (10:18 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 13 Sep 2011 10:18:45 +0000 (10:18 +0000)
src/dht/gnunet-service-dht.c

index 6579f072658adfd0b4c3a9208362b26c891da256..2aeedebb421bd9c208b46a414e82af80f8ff2c46 100644 (file)
@@ -276,16 +276,6 @@ struct PeerInfo
   unsigned int distance;
 #endif
 
-  /**
-   * Holds matching bits from peer to current target,
-   * used for distance comparisons between peers. May
-   * be considered a really bad idea.
-   * FIXME: remove this value (create struct which holds
-   *        a single peerinfo and the matching bits, use
-   *        that to pass to comparator)
-   */
-  unsigned int matching_bits;
-
   /**
    * Task for scheduling periodic ping messages for this peer.
    */