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
This commit is contained in:
foreman
2015-03-13 18:28:28 -04:00
parent 848605153d
commit 28a3cdd5b5
@@ -226,7 +226,6 @@ private:
uint m_vmMode : 1;
uint m_uavInCB : 1;
uint m_isComputeRingIDForced : 1;
bool m_isOpenCL200Device : 1;
};
};