hnbgw: Avoid re-defining same global variable twice

This global variable is already defined in iu_client.c provided by
libosmo-ranap (and used by libasn1c).
Fixes ASan warning at starutp.

Change-Id: I7dbae83ce0dc4ac25dc10879e223280414f7b561
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 5e01b63..e21ec4a 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -72,7 +72,6 @@
 	"There is NO WARRANTY, to the extent permitted by law.\r\n";
 
 static void *tall_hnb_ctx;
-void *talloc_asn1_ctx;
 
 static struct hnb_gw *g_hnb_gw;