Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnick committed Sep 4, 2023
1 parent d812a91 commit 61a590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/src/infer_request.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void InferRequestBase::changeDefaultPtr() {
inputPtrs.insert(blob->buffer());
};
} else {
changeInpPtr = [&inputPtrs](const EdgePtr &edge, InferenceEngine::Blob::Ptr blob) {
changeInpPtr = [](const EdgePtr &edge, InferenceEngine::Blob::Ptr blob) {
changeEdgePtr(edge, blob);
};
}
Expand Down

0 comments on commit 61a590b

Please sign in to comment.