From d4d5b4ed2d136c1f6a72c99a3736b5e182f400b7 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 26 Dec 2009 13:54:34 +0000 Subject: [PATCH] Remove declaration of function that no longer exists. --- bin/sh/output.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/sh/output.h b/bin/sh/output.h index 6bf7e2b762f6..91167c092733 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 *);