From 28a3cdd5b5ff0af3fed1c6d189452ee266be768b Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 13 Mar 2015 18:28:28 -0400 Subject: [PATCH] P4 to Git Change 1130710 by asalmanp@asalmanp-opencl-stg1 on 2015/03/13 17:49:56 EPR #394115 - Removing an unused variable Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.h#45 edit --- rocclr/runtime/device/gpu/gslbe/src/rt/GSLDevice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rocclr/runtime/device/gpu/gslbe/src/rt/GSLDevice.h b/rocclr/runtime/device/gpu/gslbe/src/rt/GSLDevice.h index bc0e87e17e..cb342a4f9e 100644 --- a/rocclr/runtime/device/gpu/gslbe/src/rt/GSLDevice.h +++ b/rocclr/runtime/device/gpu/gslbe/src/rt/GSLDevice.h @@ -226,7 +226,6 @@ private: uint m_vmMode : 1; uint m_uavInCB : 1; uint m_isComputeRingIDForced : 1; - bool m_isOpenCL200Device : 1; }; };