1
Fork 0

Removes dead code from the compiler

This commit is contained in:
mu001999 2024-08-08 08:17:55 +08:00
parent f167efad2f
commit e7f11b6913
6 changed files with 2 additions and 25 deletions

View file

@ -99,6 +99,4 @@ incremental_unrecognized_depnode = unrecognized `DepNode` variant: {$name}
incremental_unrecognized_depnode_label = dep-node label `{$label}` not recognized
incremental_write_dep_graph = failed to write dependency graph to `{$path}`: {$err}
incremental_write_new = failed to write {$name} to `{$path}`: {$err}