From 49e3877ae7280efb62dc23ea748afbeb96934ace Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 13 Mar 2014 01:38:42 +0100 Subject: lib/intel_batchbuffer: Remove BATCH_LOCALS Totally unused, we have frisky implicit assumptions that the batch is called batch instead. Signed-off-by: Daniel Vetter --- lib/intel_batchbuffer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/intel_batchbuffer.h') diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h index 7dbb5756..fe000e7d 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) -- cgit v1.2.3