Skip to content

Commit

Permalink
bee-dep: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Dec 16, 2011
1 parent cf859fc commit 712c1f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bee-dep.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}

graph = NULL;

found = (stat(cachefile, &st) != -1 && S_ISREG(st.st_mode));

graph = hash_new();
Expand Down

0 comments on commit 712c1f8

Please sign in to comment.