Skip to content

Commit 4155e77

Browse files
committed
fix build error
1 parent 07cf8c9 commit 4155e77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

onnxruntime/core/session/plugin_ep/ep_api.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,6 @@ static_assert(offsetof(OrtEpApi, ReleaseEpDevice) / sizeof(void*) == 1,
708708
"Size of version 22 API cannot change"); // initial version in ORT 1.22
709709
static_assert(offsetof(OrtEpApi, GetSyncIdForLastWaitOnSyncStream) / sizeof(void*) == 15,
710710
"Size of version 23 API cannot change");
711-
static_assert(offsetof(OrtEpApi, CreateDeviceEpIncompatibilityDetails) / sizeof(void*) == 42,
712-
"Size of version 24 API cannot change");
713711

714712
} // namespace OrtExecutionProviderApi
715713

0 commit comments

Comments
 (0)