Skip to content

Commit bad53dc

Browse files
Remove fillExecObjectImpl method
Signed-off-by: Bartosz Dunajski <[email protected]>
1 parent 5c120f5 commit bad53dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared/source/os_interface/linux/drm_buffer_object.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ class BufferObject {
161161

162162
uint32_t getOsContextId(OsContext *osContext);
163163
MOCKABLE_VIRTUAL void fillExecObject(drm_i915_gem_exec_object2 &execObject, OsContext *osContext, uint32_t vmHandleId, uint32_t drmContextId);
164-
void fillExecObjectImpl(drm_i915_gem_exec_object2 &execObject, OsContext *osContext, uint32_t vmHandleId);
165164
void printBOBindingResult(OsContext *osContext, uint32_t vmHandleId, bool bind, int retVal);
166165

167166
void *lockedAddress; // CPU side virtual address

0 commit comments

Comments
 (0)