summaryrefslogtreecommitdiff
path: root/audio/icecast/files/patch-src::static.c
blob: 264fa6403a78c0500b9df5908093c05a8c927b71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/static.c
+++ src/static.c
@@ -232,9 +232,7 @@
 void 
 send_file_to_socket (connection_t *con, char *filename)
 {
-	struct stat buf;
 	int mp3file;
-	char *suffix;
 	long length;
 	char buff[BUFSIZE];