i965: Remove some tiny dead code from intel_miptree_map_movntdqa

Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
Chad Versace
2013-11-08 11:35:25 -08:00
parent f41c01c688
commit b7dfb8528f
@@ -1891,9 +1891,6 @@ intel_miptree_map_movntdqa(struct brw_context *brw,
void *src_ptr = src + y * mt->region->pitch;
_mesa_streaming_load_memcpy(dst_ptr, src_ptr, width_bytes);
dst_ptr += width_bytes;
src_ptr += width_bytes;
}
intel_miptree_unmap_raw(brw, mt);