[libc-commits] [libc] df79e18 - [libc][obvious] Remove a commented out block.

Siva Chandra via libc-commits libc-commits at lists.llvm.org
Tue Aug 11 13:40:20 PDT 2020


Author: Siva Chandra
Date: 2020-08-11T13:31:17-07:00
New Revision: df79e18796d09f33d15974c55cca8b2b5b484e1f

URL: https://github.com/llvm/llvm-project/commit/df79e18796d09f33d15974c55cca8b2b5b484e1f
DIFF: https://github.com/llvm/llvm-project/commit/df79e18796d09f33d15974c55cca8b2b5b484e1f.diff

LOG: [libc][obvious] Remove a commented out block.

Added: 
    

Modified: 
    libc/utils/UnitTest/Test.cpp

Removed: 
    


################################################################################
diff  --git a/libc/utils/UnitTest/Test.cpp b/libc/utils/UnitTest/Test.cpp
index 67c81e8c00ef..8378b61e83f3 100644
--- a/libc/utils/UnitTest/Test.cpp
+++ b/libc/utils/UnitTest/Test.cpp
@@ -238,22 +238,7 @@ template bool Test::test<__uint128_t, 0>(RunContext &Ctx, TestCondition Cond,
                                          __uint128_t LHS, __uint128_t RHS,
                                          const char *LHSStr, const char *RHSStr,
                                          const char *File, unsigned long Line);
-/*
-template bool Test::test<float, 0>(RunContext &Ctx, TestCondition Cond,
-                                   float LHS, float RHS, const char *LHSStr,
-                                   const char *RHSStr, const char *File,
-                                   unsigned long Line);
-
-template bool Test::test<double, 0>(RunContext &Ctx, TestCondition Cond,
-                                    double LHS, double RHS, const char *LHSStr,
-                                    const char *RHSStr, const char *File,
-                                    unsigned long Line);
 
-template bool Test::test<long double, 0>(RunContext &Ctx, TestCondition Cond,
-                                         long double LHS, long double RHS,
-                                         const char *LHSStr, const char *RHSStr,
-                                         const char *File, unsigned long Line);
-*/
 bool Test::testStrEq(RunContext &Ctx, const char *LHS, const char *RHS,
                      const char *LHSStr, const char *RHSStr, const char *File,
                      unsigned long Line) {


        


More information about the libc-commits mailing list