From a23a217511172038c4e83dcdcfa2609b76cc8016 Mon Sep 17 00:00:00 2001 From: Lars Elgtvedt Susaas Date: Sat, 1 Feb 2025 08:10:24 +0100 Subject: [PATCH] 163 remove redundant assignment in ODentry::ODentry --- libEDSsharp/eds.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/libEDSsharp/eds.cs b/libEDSsharp/eds.cs index e12fa21b..f2b2c30d 100644 --- a/libEDSsharp/eds.cs +++ b/libEDSsharp/eds.cs @@ -1133,7 +1133,6 @@ public ODentry(string parameter_name, UInt16 index, DataType datatype, string d public ODentry(string parameter_name,UInt16 index, byte nosubindex) { this.parameter_name = parameter_name; - this.objecttype = ObjectType.ARRAY; this.Index = index; //this.nosubindexes = nosubindex; this.objecttype = ObjectType.VAR;