projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4219a40
)
Remove duplicate #define ARRAY_LENGTH
author
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 16 Aug 2010 20:45:36 +0000
(16:45 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 16 Aug 2010 20:45:36 +0000
(16:45 -0400)
event-loop.c
patch
|
blob
|
history
diff --git
a/event-loop.c
b/event-loop.c
index
3546cdf
..
345660f
100644
(file)
--- a/
event-loop.c
+++ b/
event-loop.c
@@
-409,8
+409,6
@@
wl_event_loop_destroy(struct wl_event_loop *loop)
free(loop);
}
-#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
-
static void
dispatch_idles(struct wl_event_loop *loop)
{