Fixed the build

This commit is contained in:
Aaron J. McPhall 2012-05-30 18:09:51 -06:00
parent c352563d40
commit 374db515b5
1 changed files with 0 additions and 4 deletions

View File

@ -104,11 +104,7 @@ main(int argc, char *argv[])
while (1) {
struct dirent *e = readdir(opt);
char *cat;
DIR *puzzles;
long catpoints[PUZZLES_MAX];
long maxpoints = 0;
size_t ncatpoints = 0;
if (! e) break;