Index: tools/gn/toolchain_manager.cc |
diff --git a/tools/gn/toolchain_manager.cc b/tools/gn/toolchain_manager.cc |
index 61c7ade77ab9937fbd453ca3b6fdf4aa0eb4760d..f292626cef3263f85ac6bc74496a3fc1219f9d84 100644 |
--- a/tools/gn/toolchain_manager.cc |
+++ b/tools/gn/toolchain_manager.cc |
@@ -43,15 +43,6 @@ void SetSystemVars(const Settings& settings, Scope* scope) { |
#else |
scope->SetValue("is_linux", Value(NULL, 0), NULL); |
#endif |
- |
- // Set this value without the terminating slash because the code expects |
- // $root_output_dir/foo to work. |
- scope->SetValue(ScopePerFileProvider::kRootOutputDirName, |
- ScopePerFileProvider::GetRootOutputDir(&settings), |
- NULL); |
- scope->SetValue(ScopePerFileProvider::kRootGenDirName, |
- ScopePerFileProvider::GetRootGenDir(&settings), |
- NULL); |
} |
} // namespace |