]> granicus.if.org Git - clang/commitdiff
Driver: Err, didn't mean to commit this part yet.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 02:56:39 +0000 (02:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 02:56:39 +0000 (02:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67159 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Driver.h

index 807b108a3d8f33452b1aabfb5c9ca7c99a36a335..aea5d8c979911e78381090c776859e35cb0b841b 100644 (file)
@@ -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.