Skip to content

Commit ff83c34

Browse files
fabiomestreEwanC
andauthored
Remove UR_APIEXPORT and UR_APICALL
Co-authored-by: Ewan Crawford <[email protected]>
1 parent 629dfb7 commit ff83c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/command_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ finalizeWaitEventPath(ur_exp_command_buffer_handle_t CommandBuffer) {
835835
return UR_RESULT_SUCCESS;
836836
}
837837

838-
UR_APIEXPORT ur_result_t UR_APICALL
838+
ur_result_t
839839
urCommandBufferFinalizeExp(ur_exp_command_buffer_handle_t CommandBuffer) {
840840
UR_ASSERT(CommandBuffer, UR_RESULT_ERROR_INVALID_NULL_POINTER);
841841

0 commit comments

Comments
 (0)