aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.c b/common.c
index a3d53667..228e061f 100644
--- a/common.c
+++ b/common.c
@@ -641,12 +641,6 @@ int read_blocked(int fd, void *buf, size_t count)
return res;
}
-int writeb( tputs_arg_t b )
-{
- write( 1, &b, 1 );
-// putc( b, stdout );
- return 0;
-}
void die_mem()
{