Skip to content

Commit 5c15a65

Browse files
Remove not used method
Signed-off-by: Bartosz Dunajski <[email protected]>
1 parent 997604c commit 5c15a65

File tree

1 file changed

+0
-1
lines changed
  • level_zero/core/source/event

1 file changed

+0
-1
lines changed

level_zero/core/source/event/event.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ struct EventImp : public Event {
9898
ze_result_t hostEventSetValue(uint32_t eventValue);
9999
ze_result_t hostEventSetValueTimestamps(uint32_t eventVal);
100100
void assignTimestampData(void *address);
101-
void makeAllocationResident();
102101
};
103102

104103
struct EventPool : _ze_event_pool_handle_t {

0 commit comments

Comments
 (0)