NS_Emulation: remove unused variable res

Change-Id: I5cc25ccb8e0d169b6f85e597fda47fdd2130aa70
diff --git a/library/NS_Emulation.ttcnpp b/library/NS_Emulation.ttcnpp
index ba859b0..d6c7f61 100644
--- a/library/NS_Emulation.ttcnpp
+++ b/library/NS_Emulation.ttcnpp
@@ -372,8 +372,6 @@
 	}
 
 	private function f_init(charstring id) runs on NSVC_CT {
-		var Result res;
-
 		if (ischosen(g_nsvc_config.provider.ip)) {
 			/* Connect the UDP socket */
 			vc_NSP_IP := NS_Provider_IPL4_CT.create(id & "-provIP");