-remove trailing whitespace
[oweals/gnunet.git] / src / include / block_mesh.h
index 9dfb85945444a397704531a81eebff000ff06377..7e6c1583bda0c0747be0f380bc3d557912e96c12 100644 (file)
@@ -39,7 +39,7 @@ extern "C"
 #include <stdint.h>
 
 /**
- * @brief peer block (announce peer + type)
+ * @brief peer block (peer id)
  */
 struct PBlock
 {
@@ -48,10 +48,6 @@ struct PBlock
      */
   struct GNUNET_PeerIdentity id;
 
-    /**
-     * Type of service offered
-     */
-  GNUNET_MESH_ApplicationType type;
 };
 
 #if 0                           /* keep Emacsens' auto-indent happy */