diff options
-rw-r--r-- | clang/include/clang/Driver/Driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h index c7bd9161f16..c9940ba5501 100644 --- a/clang/include/clang/Driver/Driver.h +++ b/clang/include/clang/Driver/Driver.h @@ -310,8 +310,6 @@ public: /// /// \param C - The compilation that is being built. /// \param TC - The default host tool chain. - /// \param Args - The input arguments. - /// \param Actions - The list to store the resulting actions onto. void BuildUniversalActions(Compilation &C, const ToolChain &TC, const InputList &BAInputs) const; |