From b837e301a0055f93d06c0d10f1e85920aacd7518 Mon Sep 17 00:00:00 2001 From: Levente Meszaros Date: Tue, 7 May 2024 16:37:03 +0200 Subject: [PATCH] apps: Removed assignments for non-existent parameters. --- src/inet/applications/ethernet/EthernetSinkApp.ned | 1 - src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned | 1 - 2 files changed, 2 deletions(-) diff --git a/src/inet/applications/ethernet/EthernetSinkApp.ned b/src/inet/applications/ethernet/EthernetSinkApp.ned index 7cd2581df63..9f669624906 100644 --- a/src/inet/applications/ethernet/EthernetSinkApp.ned +++ b/src/inet/applications/ethernet/EthernetSinkApp.ned @@ -14,5 +14,4 @@ module EthernetSinkApp extends EthernetApp { parameters: source.typename = ""; - io.destPort = -1; } diff --git a/src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned b/src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned index 6af5b1c51fe..3b4fce8b188 100644 --- a/src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned +++ b/src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned @@ -14,5 +14,4 @@ module Ieee8022LlcSinkApp extends Ieee8022LlcApp { parameters: source.typename = ""; - io.destPort = -1; }