summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/process.c b/process.c
index 96cc6d2d94..d6602894c1 100644
--- a/process.c
+++ b/process.c
@@ -80,8 +80,6 @@
#include <grp.h>
#endif
-#define numberof(array) (int)(sizeof(array)/sizeof((array)[0]))
-
#if defined(HAVE_TIMES) || defined(_WIN32)
static VALUE rb_cProcessTms;
#endif