summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'run.c')
-rw-r--r--run.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/run.c b/run.c
index eb3230298c..371717ad6a 100644
--- a/run.c
+++ b/run.c
@@ -31,13 +31,6 @@ run() {
#endif
I32
-getgimme(op)
-OP *op;
-{
- return cxstack[cxstack_ix].blk_gimme;
-}
-
-I32
debop(op)
OP *op;
{