From 0c96ff6dba9cb2eb32b6f7cb7a12bf13023517f7 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 11 Jan 2021 02:49:42 +0100 Subject: [PATCH] NS_Emulation: remove unused variable res Change-Id: I5cc25ccb8e0d169b6f85e597fda47fdd2130aa70 --- library/NS_Emulation.ttcnpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/NS_Emulation.ttcnpp b/library/NS_Emulation.ttcnpp index ba859b012..d6c7f6111 100644 --- a/library/NS_Emulation.ttcnpp +++ b/library/NS_Emulation.ttcnpp @@ -372,8 +372,6 @@ module NS_Emulation { } 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");