From b49e601449d52fb10d8816b5d23644332111d002 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 2 Feb 2011 17:47:25 +0100 Subject: sandbox: remove non used functions linux_getc/putc Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- arch/sandbox/mach-sandbox/include/mach/linux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/sandbox/mach-sandbox') diff --git a/arch/sandbox/mach-sandbox/include/mach/linux.h b/arch/sandbox/mach-sandbox/include/mach/linux.h index b9053d85ae..7c2386d247 100644 --- a/arch/sandbox/mach-sandbox/include/mach/linux.h +++ b/arch/sandbox/mach-sandbox/include/mach/linux.h @@ -8,8 +8,6 @@ int linux_read(int fd, void *buf, size_t count); int linux_read_nonblock(int fd, void *buf, size_t count); ssize_t linux_write(int fd, const void *buf, size_t count); off_t linux_lseek(int fildes, off_t offset); -int linux_getc (void); -void linux_putc (const char c); int linux_tstc(int fd); int barebox_register_console(char *name_template, int stdinfd, int stdoutfd); -- cgit v1.2.3