summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Driver/Driver.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h
index 807b108a3d8..aea5d8c9799 100644
--- a/clang/include/clang/Driver/Driver.h
+++ b/clang/include/clang/Driver/Driver.h
@@ -145,11 +145,7 @@ public:
///
/// \param Args - The input arguments.
/// \param Actions - The list to store the resulting actions onto.
- /// \param DefaultArchName - The default arch name (required to know
- /// what architecture to bind if no -arch options are present).
-
- void BuildUniversalActions(const ArgList &Args, ActionList &Actions,
- const char *DefaultArchName) const;
+ void BuildUniversalActions(const ArgList &Args, ActionList &Actions) const;
/// BuildJobs - Bind actions to concrete tools and translate
/// arguments to form the list of jobs to run.
OpenPOWER on IntegriCloud