shithub: mpl

Download patch

ref: cad2e6afda7b4e73e4f90b8074ad49ebb7a584e4
parent: e25befe3c61a7095acb09b9f097e9c7f2ddb7ad7
author: Moody <jsmoody@iastate.edu>
date: Sat Apr 4 20:17:19 EDT 2020

Clean up unused vars.

--- a/dat.c
+++ b/dat.c
@@ -9,7 +9,6 @@
 uvlong
 string2hash(char *s)
 {
-	int i;
 	uvlong hash;
 	hash = 7;
 	for(;*s;s++)
--- a/dir.c
+++ b/dir.c
@@ -111,7 +111,6 @@
 	Rune *albumtitle;
 	char buf[512];
 	int songcount = 0;
-	int needpic = 0;
 
 	fd = open(path, OREAD);
 	if(fd < 0)