Skip to content

Commit 4c04653

Browse files
authored
Remove structurally dead code (#184)
1 parent 1f69d42 commit 4c04653

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/GmmLib/CachePolicy/GmmCachePolicyCommon.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ MEMORY_OBJECT_CONTROL_STATE GMM_STDCALL GmmLib::GmmCachePolicyCommon::CachePolic
115115
{
116116
return CachePolicy[Usage].MemoryObjectNoOverride;
117117
}
118-
119-
return CachePolicy[GMM_RESOURCE_USAGE_UNKNOWN].MemoryObjectOverride;
120118
}
121119
/////////////////////////////////////////////////////////////////////////////////////
122120
/// A simple getter function returning the PAT (cache policy) for a given

0 commit comments

Comments
 (0)