[Intel-gfx] [PATCH 3/6] lib/intel_batchbuffer: Remove BATCH_LOCALS
Daniel Vetter
daniel.vetter at ffwll.ch
Thu Mar 13 19:02:48 CET 2014
Totally unused, we have frisky implicit assumptions that the
batch is called batch instead.
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
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
More information about the Intel-gfx
mailing list