Update AggregateFunctionUniqCombined.cpp

This commit is contained in:
alexey-milovidov 2018-10-22 22:38:46 +03:00 committed by GitHub
parent bd148bb082
commit fd86a6bea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,8 +114,7 @@ namespace
return createAggregateFunctionWithK<20>(argument_types);
}
// TODO: not reached!
return {};
__builtin_unreachable();
}
} // namespace