Skip to content

Commit 7fc0366

Browse files
Remove redundant var
1 parent 02fe600 commit 7fc0366

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/intel_npu/src/plugin/npuw/base_sync_infer_request.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ class IBaseInferRequest : public ov::ISyncInferRequest {
140140
// Common functionality - shared for subclasses
141141
const std::size_t m_num_submodels;
142142

143-
ov::SoPtr<ov::IRemoteContext> m_ctx;
144143
TensorPtr allocMem(const ov::element::Type type, const ov::Shape& shape, const std::string& device);
145144
TensorPtr allocOut(const ov::Output<const ov::Node>& node, const std::string& device);
146145
virtual void alloc_io();

0 commit comments

Comments
 (0)