Skip to content

Commit

Permalink
Remove unreachable code that triggered compilation warning in debug c…
Browse files Browse the repository at this point in the history
…onfiguration
  • Loading branch information
javier-intel committed Dec 4, 2024
1 parent 202e94a commit 6cdc9b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnxruntime/core/providers/openvino/ov_allocator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void* OVRTAllocator::Alloc(size_t size) {
} catch (const ov::Exception& e) {
ORT_THROW(std::string("Alloc failed: ") + e.what());
}
return nullptr;
}

void OVRTAllocator::Free(void* p) {
Expand Down

0 comments on commit 6cdc9b6

Please sign in to comment.