cache: remove obsolete "default_environment_vars" entry

This commit is contained in:
Josh Holtrop 2018-11-25 17:02:02 -05:00
parent 7a90325b67
commit e0b82d37af

View File

@ -356,7 +356,6 @@ module Rscons
end
@cache["targets"] ||= {}
@cache["directories"] ||= {}
@cache["default_environment_vars"] ||= {}
@cache["configuration_data"] ||= {}
@lookup_checksums = {}
@dirty = false