Skip to content

Commit

Permalink
apps: Removed assignments for non-existent parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed May 7, 2024
1 parent e22237f commit b837e30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/inet/applications/ethernet/EthernetSinkApp.ned
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ module EthernetSinkApp extends EthernetApp
{
parameters:
source.typename = "";
io.destPort = -1;
}
1 change: 0 additions & 1 deletion src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ module Ieee8022LlcSinkApp extends Ieee8022LlcApp
{
parameters:
source.typename = "";
io.destPort = -1;
}

0 comments on commit b837e30

Please sign in to comment.