Skip to content

Commit b699a31

Browse files
committed
Remove unused variable
1 parent 5107696 commit b699a31

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

onnxruntime/core/providers/openvino/openvino_execution_provider.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ common::Status OpenVINOExecutionProvider::Compile(
115115
session_context_.onnx_model_path_name = graph_body_viewer_0.ModelPath().string();
116116
session_context_.onnx_opset_version =
117117
graph_body_viewer_0.DomainToVersionMap().at(kOnnxDomain);
118-
119-
// OVIR wrapped in epctx should be treated as source but this code does not
120-
// This corner case is not in use and will be addressed in a future commit
121-
is_epctx_model = ep_ctx_handle_.CheckForOVEPCtxNodeInGraph(graph_body_viewer_0);
122118
}
123119

124120
shared_context_ = ep_ctx_handle_.Initialize(fused_nodes, session_context_);

0 commit comments

Comments
 (0)