Merge pull request #33731 from Vxider/remove_unused_var

Remove unused variable
This commit is contained in:
Nikolay Degterinsky 2022-01-19 10:35:18 +03:00 committed by GitHub
commit eaad8eef7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,6 @@ public:
}
private:
Block res_block;
Pipes pipes;
QueryProcessingStage::Enum to_stage;
};