Fixed the build

This commit is contained in:
Aaron J. McPhall 2012-05-30 18:09:51 -06:00
parent 6326001669
commit b8d3d3d0ad
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;