Skip to content

Commit f67b72b

Browse files
committed
...
1 parent 601feb5 commit f67b72b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Common/include/option_structure.inl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,8 +1089,6 @@ public:
10891089
unsigned short option_size = option_value.size();
10901090
if ((option_size == 1) && (option_value[0].compare("NONE") == 0)) {
10911091
size = 0;
1092-
strings = nullptr;
1093-
values = nullptr;
10941092
num_vals = 0;
10951093
return "";
10961094
}
@@ -1141,8 +1139,6 @@ public:
11411139
}
11421140

11431141
void SetDefault() override {
1144-
strings = nullptr;
1145-
values = nullptr;
11461142
size = 0; // There is no default value for lists
11471143
num_vals = 0;
11481144
}

0 commit comments

Comments
 (0)