aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/fns.h')
-rw-r--r--src/cmd/acme/fns.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/acme/fns.h b/src/cmd/acme/fns.h
index c714175f..8738d2d5 100644
--- a/src/cmd/acme/fns.h
+++ b/src/cmd/acme/fns.h
@@ -96,9 +96,6 @@ void startplumbing(void);
Runestr runestr(Rune*, uint);
Range range(int, int);
-int expandenv(Rune**, uint*);
-int abbrevenv(Rune**, uint*);
-
#define runemalloc(a) (Rune*)emalloc((a)*sizeof(Rune))
#define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune))
#define runemove(a, b, c) memmove((a), (b), (c)*sizeof(Rune))