summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Driver/Driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h
index 244a0f3276c..f9528641073 100644
--- a/clang/include/clang/Driver/Driver.h
+++ b/clang/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
OpenPOWER on IntegriCloud