diff --git a/modules/core/src/system.cpp b/modules/core/src/system.cpp index bd0225c818..36a3ecc724 100644 --- a/modules/core/src/system.cpp +++ b/modules/core/src/system.cpp @@ -514,7 +514,7 @@ struct HWFeatures static inline bool isSymbolSeparator(char c) { - return c == ',' || c == ';' || c == '-'; + return c == ',' || c == ';'; } void readSettings(const int* baseline_features, int baseline_count)