diff --git a/src/Common/FileSegment.cpp b/src/Common/FileSegment.cpp index 3729b87e823..9fe95c0d8cd 100644 --- a/src/Common/FileSegment.cpp +++ b/src/Common/FileSegment.cpp @@ -163,7 +163,7 @@ bool FileSegment::isDownloader() const return getCallerId() == downloader_id; } -bool FileSegment::isDownloaderImpl(std::lock_guard & /* segment+_lock */) const +bool FileSegment::isDownloaderImpl(std::lock_guard & /* segment_lock */) const { return getCallerId() == downloader_id; }