From df79e18796d09f33d15974c55cca8b2b5b484e1f Mon Sep 17 00:00:00 2001 From: Siva Chandra Date: Tue, 11 Aug 2020 13:27:24 -0700 Subject: [libc][obvious] Remove a commented out block. --- libc/utils/UnitTest/Test.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'libc/utils') diff --git a/libc/utils/UnitTest/Test.cpp b/libc/utils/UnitTest/Test.cpp index 67c81e8..8378b61 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(RunContext &Ctx, TestCondition Cond, - float LHS, float RHS, const char *LHSStr, - const char *RHSStr, const char *File, - unsigned long Line); - -template bool Test::test(RunContext &Ctx, TestCondition Cond, - double LHS, double RHS, const char *LHSStr, - const char *RHSStr, const char *File, - unsigned long Line); -template bool Test::test(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) { -- cgit v1.1