Remove type that is not used.

Change-Id: I00571ce2f8a1dddbce6645ae753bc99de1ff7a33
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-03-29 12:45:26 +01:00
parent 5de9d6a6cb
commit 5bb0d8c8ed
4 changed files with 0 additions and 5 deletions

View File

@@ -314,8 +314,6 @@ const char *DebugSettingsManager<DebugLevel>::getAllocationTypeString(GraphicsAl
return "INDIRECT_OBJECT_HEAP";
case GraphicsAllocation::AllocationType::SURFACE_STATE_HEAP:
return "SURFACE_STATE_HEAP";
case GraphicsAllocation::AllocationType::DYNAMIC_STATE_HEAP:
return "DYNAMIC_STATE_HEAP";
case GraphicsAllocation::AllocationType::SHARED_RESOURCE_COPY:
return "SHARED_RESOURCE_COPY";
case GraphicsAllocation::AllocationType::SVM: