summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/cdda_server.c2
1 files changed, 2 insertions, 0 deletions
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