glsl: Remove unused ARRAY_SIZE macro.

It's also equivalent to Elements(...) which is already used elsewhere.
This commit is contained in:
Kenneth Graunke
2010-10-29 11:42:22 -07:00
parent a974949f3b
commit cff1aeea10

View File

@@ -37,10 +37,6 @@ extern "C" {
#include "ir_visitor.h"
#include "ir_hierarchical_visitor.h"
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
#endif
/**
* \defgroup IR Intermediate representation nodes
*