mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
minor fix.
redundant variable, duplicated defination of the variable aad_data compiler error: variable ‘aad_value’ set but not used [-Werror=unused-but-set-variable]
This commit is contained in:
parent
f2b506785b
commit
97d84dd855
@ -307,11 +307,6 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const auto input_value = input_column->getDataAt(r);
|
const auto input_value = input_column->getDataAt(r);
|
||||||
auto aad_value = StringRef{};
|
|
||||||
if constexpr (mode == CipherMode::RFC5116_AEAD_AES_GCM && !std::is_same_v<std::nullptr_t, std::decay_t<AadColumnType>>)
|
|
||||||
{
|
|
||||||
aad_value = aad_column->getDataAt(r);
|
|
||||||
}
|
|
||||||
|
|
||||||
if constexpr (mode != CipherMode::MySQLCompatibility)
|
if constexpr (mode != CipherMode::MySQLCompatibility)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user