Bläddra i källkod

Remove two unused member variables.

They were added over 10 years ago in r66575 and have never been used as
far as I can tell.

(r67087 added similar fields to Compilation, and those are used.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365638 91177308-0d34-0410-b5e6-96231b3b80d8
Nico Weber 6 år sedan
förälder
incheckning
83f76fa3a5
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      include/clang/Driver/Driver.h

+ 0 - 3
include/clang/Driver/Driver.h

@@ -235,9 +235,6 @@ private:
   /// Certain options suppress the 'no input files' warning.
   unsigned SuppressMissingInputWarning : 1;
 
-  std::list<std::string> TempFiles;
-  std::list<std::string> ResultFiles;
-
   /// Cache of all the ToolChains in use by the driver.
   ///
   /// This maps from the string representation of a triple to a ToolChain