Totally unused, we have frisky implicit assumptions that the
batch is called batch instead.

Signed-off-by: Daniel Vetter <[email protected]>
---
 lib/intel_batchbuffer.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h
index 7dbb57562e9b..fe000e7d1af3 100644
--- a/lib/intel_batchbuffer.h
+++ b/lib/intel_batchbuffer.h
@@ -71,10 +71,6 @@ intel_batchbuffer_require_space(struct intel_batchbuffer 
*batch,
                intel_batchbuffer_flush(batch);
 }
 
-/* Here are the crusty old macros, to be removed:
- */
-#define BATCH_LOCALS
-
 #define BEGIN_BATCH(n) do {                                            \
        intel_batchbuffer_require_space(batch, (n)*4);                  \
 } while (0)
-- 
1.8.5.2

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to