Skip to content

Commit 018dbdf

Browse files
authored
163 remove redundant assignment in ODentry::ODentry (#166)
1 parent 7c6d96f commit 018dbdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libEDSsharp/eds.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,6 @@ public ODentry(string parameter_name, UInt16 index, DataType datatype, string d
11331133
public ODentry(string parameter_name,UInt16 index, byte nosubindex)
11341134
{
11351135
this.parameter_name = parameter_name;
1136-
this.objecttype = ObjectType.ARRAY;
11371136
this.Index = index;
11381137
//this.nosubindexes = nosubindex;
11391138
this.objecttype = ObjectType.VAR;

0 commit comments

Comments
 (0)