From 27182aaf8b6308f4208b58acf93cc5e09d51687a Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Sun, 12 Jun 2022 20:53:35 +0100 Subject: [PATCH] Doxygen: second redundant comment stripping --- src/cadet/gnunet-service-cadet_core.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/cadet/gnunet-service-cadet_core.c b/src/cadet/gnunet-service-cadet_core.c index 95a5d3f639..bff7632da0 100644 --- a/src/cadet/gnunet-service-cadet_core.c +++ b/src/cadet/gnunet-service-cadet_core.c @@ -139,14 +139,6 @@ struct RouteDirection }; -/** - * Description of a segment of a `struct CadetConnection` at the - * intermediate peers. Routes are basically entries in a peer's - * routing table for forwarding traffic. At both endpoints, the - * routes are terminated by a `struct CadetConnection`, which knows - * the complete `struct CadetPath` that is formed by the individual - * routes. - */ struct CadetRoute { /** @@ -1321,9 +1313,6 @@ GCO_init (const struct GNUNET_CONFIGURATION_Handle *c) } -/** - * Shut down the CORE subsystem. - */ void GCO_shutdown () { -- 2.25.1