swr: [rasterizer core] remove old comment

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley 2016-06-07 13:03:27 -06:00
parent d3d97f8395
commit eca877f27b
1 changed files with 0 additions and 1 deletions

View File

@ -1613,7 +1613,6 @@ void BinTriangles(
const SWR_GS_STATE& gsState = state.gsState;
MacroTileMgr *pTileMgr = pDC->pTileMgr;
// Simple wireframe mode for debugging purposes only
simdscalar vRecipW0 = _simd_set1_ps(1.0f);
simdscalar vRecipW1 = _simd_set1_ps(1.0f);