gallium/svga: Remove useless ARRAY_SIZE declaration

This is already declared in util/macros.h

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Axel Davy <axel.davy@ens.fr>
This commit is contained in:
Axel Davy
2015-04-26 23:19:03 +02:00
parent 64880d073a
commit 559342d01d
@@ -31,10 +31,6 @@
#include "svga3d_reg.h"
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(A) (sizeof(A) / sizeof(A[0]))
#endif
#define max_t(type, x, y) ((x) > (y) ? (x) : (y))
/*