diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-18 02:56:39 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-18 02:56:39 +0000 |
commit | d9c834f6af12ab21d5d4af8150e6fb94eadda043 (patch) | |
tree | 1c3cef65b424a94b3c3bb4f5d8834a118a01916b | |
parent | 21549237f14505cfc2a18a06416372a36229d0ce (diff) |
Driver: Err, didn't mean to commit this part yet.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67159 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Driver/Driver.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h index 807b108a3d..aea5d8c979 100644 --- a/include/clang/Driver/Driver.h +++ b/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. |