We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601feb5 commit f67b72bCopy full SHA for f67b72b
1 file changed
Common/include/option_structure.inl
@@ -1089,8 +1089,6 @@ public:
1089
unsigned short option_size = option_value.size();
1090
if ((option_size == 1) && (option_value[0].compare("NONE") == 0)) {
1091
size = 0;
1092
- strings = nullptr;
1093
- values = nullptr;
1094
num_vals = 0;
1095
return "";
1096
}
@@ -1141,8 +1139,6 @@ public:
1141
1139
1142
1140
1143
void SetDefault() override {
1144
1145
1146
size = 0; // There is no default value for lists
1147
1148
0 commit comments