From 9d4bd66d0f07ee930e6566a4053933de23fb6515 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 2 Aug 2004 12:34:05 +0000 Subject: disable unused function CVS patchset: 6870 CVS date: 2004/08/02 12:34:05 --- misc/cdda_server.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/cdda_server.c') diff --git a/misc/cdda_server.c b/misc/cdda_server.c index d927113c0..fe3bd1d6a 100644 --- a/misc/cdda_server.c +++ b/misc/cdda_server.c @@ -187,6 +187,7 @@ static int sock_check_opened(int socket) { return 0; } +#if 0 /* * read binary data from socket */ @@ -235,6 +236,7 @@ static int sock_data_read (int socket, char *buf, int nlen) { return num_bytes; } +#endif /* * read a line (\n-terminated) from socket -- cgit v1.2.3