Fixed the build

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

View File

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