diff options
author | jilles <jilles@FreeBSD.org> | 2009-12-26 13:54:34 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2009-12-26 13:54:34 +0000 |
commit | e55306528cae573e7ca76b7bc69a147f7b761b0e (patch) | |
tree | 32607d934b25ce3a98be1a30676ad77917953a8e /bin | |
parent | a78d6a0fdab8ef9df3cfbb1d0b47b6f76cb8a71c (diff) | |
download | FreeBSD-src-e55306528cae573e7ca76b7bc69a147f7b761b0e.zip FreeBSD-src-e55306528cae573e7ca76b7bc69a147f7b761b0e.tar.gz |
Remove declaration of function that no longer exists.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/output.h b/bin/sh/output.h index 6bf7e2b..91167c0 100644 --- a/bin/sh/output.h +++ b/bin/sh/output.h @@ -52,7 +52,6 @@ extern struct output memout; extern struct output *out1; extern struct output *out2; -void open_mem(char *, int, struct output *); void out1str(const char *); void out1qstr(const char *); void out2str(const char *); |