Skip to content

Commit dfdae95

Browse files
committed
unused variable has been fixed (#6919)
1 parent 8a26997 commit dfdae95

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
@@ -940,7 +940,7 @@ class TS3ReadCoroImpl : public TActorCoroImpl {
940940
DeferredDecompressedDataParts.push(std::move(ev->Release()));
941941
}
942942

943-
void Handle(TEvS3Provider::TEvDecompressDataFinish::TPtr& ev) {
943+
void Handle(TEvS3Provider::TEvDecompressDataFinish::TPtr&) {
944944
DecompressedInputFinished = true;
945945
}
946946

0 commit comments

Comments
 (0)