Removing default placed after an exhaustive sweep through enum values

This commit is contained in:
Jakub Kuklis 2021-07-29 16:28:22 +02:00
parent 2fad1dd8c5
commit 6a39546e5b

View File

@ -581,9 +581,6 @@ protected:
case PatternActionType::TimeEqual:
if (!find_deterministic_part())
return false;
break;
default:
throw Exception{"Unknown PatternActionType", ErrorCodes::LOGICAL_ERROR};
}
}