NS_Emulation: remove unused variable res

Change-Id: I5cc25ccb8e0d169b6f85e597fda47fdd2130aa70
This commit is contained in:
Alexander Couzens 2021-01-11 02:49:42 +01:00 committed by laforge
parent 6da7aaf6f1
commit 0c96ff6dba
1 changed files with 0 additions and 2 deletions

View File

@ -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");