mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
gbm: Remove unused ARRAY_SIZE macro
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41290>
This commit is contained in:
parent
8d1fba686b
commit
dab24c34dd
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@
|
|||
#include "loader.h"
|
||||
#include "backend.h"
|
||||
|
||||
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
|
||||
#define VER_MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
struct gbm_backend_desc {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue