aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-11-30 12:19:50 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-03 11:43:57 +0100
commit085500807c3a66e4d6e0a6a2d6516b2a4a13e69c (patch)
treea9eeba9c989e6581ad6b21ddd22de49abd48970e /openbsc/include
parentff4b630de9b8cb760e3d30861fda807f708351d9 (diff)
gtphub: fix some style complaints from cppcheck
Sponsored-by: On-Waves ehi
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gtphub.h2
1 files changed, 0 insertions, 2 deletions
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);