- remove dead code
authorBart Polot <bart@net.in.tum.de>
Fri, 5 Sep 2014 16:54:40 +0000 (16:54 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 5 Sep 2014 16:54:40 +0000 (16:54 +0000)
src/cadet/gnunet-service-cadet_tunnel.c
src/cadet/gnunet-service-cadet_tunnel.h

index 3bff3ca48dd764cff25a544d363958d08022d5e4..48f8ee09f5b5ab094e25dfe4f36a83ca474b4459 100644 (file)
@@ -2361,19 +2361,6 @@ GCT_add_connection (struct CadetTunnel *t, struct CadetConnection *c)
 }
 
 
-/**
- * Mark a path as no longer valid for this tunnel: has been tried and failed.
- *
- * @param t Tunnel to update.
- * @param path Invalid path to remove. Is destroyed after removal.
- */
-void
-GCT_remove_path (struct CadetTunnel *t, struct CadetPeerPath *path)
-{
-  GCP_remove_path (t->peer, path);
-}
-
-
 /**
  * Remove a connection from a tunnel.
  *
index 382fcdf339f8f177d42081a12929b817e67d42c9..7466546ba906a36b837db12c25791e87845b08c9 100644 (file)
@@ -229,15 +229,6 @@ GCT_change_estate (struct CadetTunnel* t, enum CadetTunnelEState state);
 void
 GCT_add_connection (struct CadetTunnel *t, struct CadetConnection *c);
 
-/**
- * Mark a path as no longer valid for this tunnel: has been tried and failed.
- *
- * @param t Tunnel to update.
- * @param path Invalid path to remove. Is destroyed after removal.
- */
-void
-GCT_remove_path (struct CadetTunnel *t, struct CadetPeerPath *path);
-
 /**
  * Remove a connection from a tunnel.
  *