lib/intel_batchbuffer: Remove BATCH_LOCALS
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 00:38:42 +0000 (01:38 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 13 Mar 2014 17:07:21 +0000 (18:07 +0100)
Totally unused, we have frisky implicit assumptions that the
batch is called batch instead.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/intel_batchbuffer.h

index 7dbb575..fe000e7 100644 (file)
@@ -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)