Skip to content

Commit a9e80eb

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal. Id] 56922444 -- performance-unnecessary-value-param in fbcode/cachelib/navy
Reviewed By: dtolnay Differential Revision: D74077139 fbshipit-source-id: f08fe347961da1ac20b12a6f9c687b22dcba780f
1 parent 636c4d9 commit a9e80eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cachelib/navy/Factory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ class EnginePairProtoImpl final : public EnginePairProto {
206206
}
207207

208208
EnginePair create(Device* device,
209-
ExpiredCheck checkExpired,
210-
DestructorCallback destructorCb,
209+
const ExpiredCheck& checkExpired,
210+
const DestructorCallback& destructorCb,
211211
JobScheduler& scheduler) {
212212
std::unique_ptr<Engine> bh;
213213

0 commit comments

Comments
 (0)