Skip to content

Commit 427c5e6

Browse files
authored
unused variable has been fixed (#6919)
1 parent 0662944 commit 427c5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/s3/actors/yql_s3_read_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ class TS3ReadCoroImpl : public TActorCoroImpl {
944944
DeferredDecompressedDataParts.push(std::move(ev->Release()));
945945
}
946946

947-
void Handle(TEvS3Provider::TEvDecompressDataFinish::TPtr& ev) {
947+
void Handle(TEvS3Provider::TEvDecompressDataFinish::TPtr&) {
948948
DecompressedInputFinished = true;
949949
}
950950

0 commit comments

Comments
 (0)