gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34282 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r34282 - gnunet/src/cadet
Date: Fri, 5 Sep 2014 18:54:40 +0200

Author: bartpolot
Date: 2014-09-05 18:54:40 +0200 (Fri, 05 Sep 2014)
New Revision: 34282

Modified:
   gnunet/src/cadet/gnunet-service-cadet_tunnel.c
   gnunet/src/cadet/gnunet-service-cadet_tunnel.h
Log:
- remove dead code

Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2014-09-05 16:54:39 UTC 
(rev 34281)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2014-09-05 16:54:40 UTC 
(rev 34282)
@@ -2362,19 +2362,6 @@
 
 
 /**
- * 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.
  *
  * @param t Tunnel.

Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.h
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.h      2014-09-05 16:54:39 UTC 
(rev 34281)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.h      2014-09-05 16:54:40 UTC 
(rev 34282)
@@ -230,15 +230,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);
-
-/**
  * Remove a connection from a tunnel.
  *
  * @param t Tunnel.




reply via email to

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