From e64a2b37a34084407fd20ba9f797663c9e68aa1f Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Sat, 13 Apr 2013 06:43:15 +0000 Subject: [PATCH] Remove duplicated comment. llvm-svn: 179454 --- clang/lib/Driver/Tools.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 1b4c931..7cec709 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -901,8 +901,6 @@ static StringRef getGnuCompatibleMipsABIName(StringRef ABI) { // Select the MIPS float ABI as determined by -msoft-float, -mhard-float, // and -mfloat-abi=. static StringRef getMipsFloatABI(const Driver &D, const ArgList &Args) { - // Select the float ABI as determined by -msoft-float, -mhard-float, - // and -mfloat-abi=. StringRef FloatABI; if (Arg *A = Args.getLastArg(options::OPT_msoft_float, options::OPT_mhard_float, -- 2.7.4