From 085500807c3a66e4d6e0a6a2d6516b2a4a13e69c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 30 Nov 2015 12:19:50 +0100 Subject: gtphub: fix some style complaints from cppcheck Sponsored-by: On-Waves ehi --- openbsc/include/openbsc/gtphub.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gtphub.h b/openbsc/include/openbsc/gtphub.h index 005c3f85b..c72a0cfbd 100644 --- a/openbsc/include/openbsc/gtphub.h +++ b/openbsc/include/openbsc/gtphub.h @@ -477,8 +477,6 @@ void gtphub_gc(struct gtphub *hub, time_t now); /* Return the string of the first address for this peer. */ const char *gtphub_peer_str(struct gtphub_peer *peer); -/* Same with a different static buffer. We often want to print two peers. */ -const char *gtphub_peer_str2(struct gtphub_peer *peer); /* Return a human readable description of tun in a static buffer. */ const char *gtphub_tunnel_str(struct gtphub_tunnel *tun); -- cgit v1.2.3