diff --git a/src/bee-dep.c b/src/bee-dep.c index 99d2aaf..65f53a0 100644 --- a/src/bee-dep.c +++ b/src/bee-dep.c @@ -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();