aboutsummaryrefslogtreecommitdiff
path: root/libbb/find_pid_by_name.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-05-26 18:06:20 +0000
committerEric Andersen <andersen@codepoet.org>2003-05-26 18:06:20 +0000
commit64191c38961a5a0812b6922fee6c63e652f74e81 (patch)
tree88bd4f2e1b5a2dcf7dc6fbcf97f080d876f428c7 /libbb/find_pid_by_name.c
parent2faee7b1ed84698ae057ac44bdb0a9f686dd945f (diff)
downloadbusybox-64191c38961a5a0812b6922fee6c63e652f74e81.tar.gz
Remove cruft
Diffstat (limited to 'libbb/find_pid_by_name.c')
-rw-r--r--libbb/find_pid_by_name.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/find_pid_by_name.c b/libbb/find_pid_by_name.c
index b9c06d724..b6602b942 100644
--- a/libbb/find_pid_by_name.c
+++ b/libbb/find_pid_by_name.c
@@ -25,8 +25,6 @@
#include <stdlib.h>
#include "libbb.h"
-#define READ_BUF_SIZE 50
-
/* find_pid_by_name()
*
* Modified by Vladimir Oleynik for use with libbb/procps.c