diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 2404f9afb472057f5208eb688ad869b57ad69025..6677ab03dd22f07ae84b6dad37ab51cc218e3b42 100755
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -998,7 +998,6 @@ struct rtp_info *create_connection(unsigned call_reference)
 	struct sockaddr_in us;
 	struct sockaddr_in them;
 	struct rtp_info *info;
-	char iabuf[80];
 	/* XXX This is sooooo bugus.  inet_ntoa is not reentrant
 	   but this function wants to return a static variable so
 	   the only way to do this will be to declare iabuf within