diff options
Diffstat (limited to 'src/build.c')
-rw-r--r-- | src/build.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/build.c b/src/build.c index 692ed26..4c752d5 100644 --- a/src/build.c +++ b/src/build.c @@ -160,9 +160,6 @@ static int build_target(dep_info *dep) { .magic = dep->magic, .target = dep->target, .path = get_dep_path(doscripts->chosen), - .old_hash = NULL, - .new_hash = NULL, - .flags = 0, }; if (!fexists(dep2.path)) { @@ -437,9 +434,6 @@ int update_target(const char *target, int ident) { .magic = atoi(getenv("REDO_MAGIC")), .target = target, .path = get_dep_path(target), - .old_hash = NULL, - .new_hash = NULL, - .flags = 0, }; int retval = handle_ident(&dep, ident); |