Skip to content

Commit

Permalink
Remove redundant member initialization
Browse files Browse the repository at this point in the history
Change-Id: Id4eaf4392d2895d4d84ce9b436a0cd5b67eb888e
Signed-off-by: Dunajski, Bartosz <[email protected]>
  • Loading branch information
BartoszDunajski authored and Compute-Runtime-Automation committed Aug 9, 2019
1 parent 8b6b2a6 commit 4d8e808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/os_interface/linux/drm_memory_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ DrmMemoryManager::DrmMemoryManager(gemCloseWorkerMode mode,
bool validateHostPtrMemory,
ExecutionEnvironment &executionEnvironment) : MemoryManager(executionEnvironment),
drm(executionEnvironment.osInterface->get()->getDrm()),
pinBB(nullptr),
forcePinEnabled(forcePinAllowed),
validateHostPtrMemory(validateHostPtrMemory) {
supportsMultiStorageResources = false;
Expand Down

0 comments on commit 4d8e808

Please sign in to comment.