Chromium Code Reviews| Index: tools/gn/ninja_target_writer.h |
| diff --git a/tools/gn/ninja_target_writer.h b/tools/gn/ninja_target_writer.h |
| index 9e6f2406f4404bcb835e89c0c6ef0b52b3aadf43..c9c72a77fd1ebd55e274b43d4ca9e014708082b3 100644 |
| --- a/tools/gn/ninja_target_writer.h |
| +++ b/tools/gn/ninja_target_writer.h |
| @@ -27,8 +27,6 @@ class NinjaTargetWriter { |
| virtual void Run() = 0; |
| protected: |
| - void WriteEnvironment(); |
| - |
| // Returns the toolchain associated with the target. |
| const Toolchain* GetToolchain() const; |