diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-11-06 23:46:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-11-06 23:46:00 +0000 |
commit | 49f07dd6fa3717c2035f616f973e4b67ac0b4f40 (patch) | |
tree | 8434bb3f4349cca819f10ac02becf65a8009e591 /src/transport/gnunet-service-transport_neighbours.h | |
parent | 9372cb529f88dd9e31bb51752601c91421651860 (diff) |
removing try_connect-related logic that really should no longer be needed (#3675)
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r-- | src/transport/gnunet-service-transport_neighbours.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h index b7864399d..14a6cc830 100644 --- a/src/transport/gnunet-service-transport_neighbours.h +++ b/src/transport/gnunet-service-transport_neighbours.h @@ -51,15 +51,6 @@ GST_neighbours_stop (void); /** - * Try to create a connection to the given target (eventually). - * - * @param target peer to try to connect to - */ -void -GST_neighbours_try_connect (const struct GNUNET_PeerIdentity *target); - - -/** * Test if we're connected to the given peer. * * @param target peer to test |