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:
@@ -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))
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user