aboutsummaryrefslogtreecommitdiffstats
path: root/json/jsonparse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'json/jsonparse.cc')
-rw-r--r--json/jsonparse.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/json/jsonparse.cc b/json/jsonparse.cc
index f0d0069a..df8f45db 100644
--- a/json/jsonparse.cc
+++ b/json/jsonparse.cc
@@ -907,7 +907,6 @@ bool parse_json_file(std::istream &f, std::string &filename, Context *ctx)
log_info("Checksum: 0x%08x\n", ctx->checksum());
log_break();
- ctx->settings[ctx->id("input/json")] = filename;
ctx->attributesToArchInfo();
return true;
} catch (log_execution_error_exception) {