summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-09-17 15:10:56 -0400
committerChet Ramey <chet.ramey@case.edu>2018-09-17 15:10:56 -0400
commit2f5dfe5a18b4670eb4cea32c1c76295eb70a8865 (patch)
treebf19e42dcaf6c5cf8e0ce0a1c15d56e8f8a6d675 /examples
parent9a51695bed07d37086c352372ac69d0a30039a6b (diff)
downloadbash-2f5dfe5a18b4670eb4cea32c1c76295eb70a8865.tar.gz
bash-5.0-beta releasebash-5.0-beta
Diffstat (limited to 'examples')
-rw-r--r--examples/loadables/sleep.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/loadables/sleep.c b/examples/loadables/sleep.c
index 736c8af1..92b1a8fa 100644
--- a/examples/loadables/sleep.c
+++ b/examples/loadables/sleep.c
@@ -48,13 +48,6 @@
#include "builtins.h"
#include "common.h"
-#define RETURN(x) \
- do { \
- if (sp) *sp = sec; \
- if (usp) *usp = usec; \
- return (x); \
- } while (0)
-
int
sleep_builtin (list)
WORD_LIST *list;