Skip to content

Commit df79e18

Browse files
author
Siva Chandra
committed
[libc][obvious] Remove a commented out block.
1 parent 277873c commit df79e18

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

libc/utils/UnitTest/Test.cpp

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -238,22 +238,7 @@ template bool Test::test<__uint128_t, 0>(RunContext &Ctx, TestCondition Cond,
238238
__uint128_t LHS, __uint128_t RHS,
239239
const char *LHSStr, const char *RHSStr,
240240
const char *File, unsigned long Line);
241-
/*
242-
template bool Test::test<float, 0>(RunContext &Ctx, TestCondition Cond,
243-
float LHS, float RHS, const char *LHSStr,
244-
const char *RHSStr, const char *File,
245-
unsigned long Line);
246-
247-
template bool Test::test<double, 0>(RunContext &Ctx, TestCondition Cond,
248-
double LHS, double RHS, const char *LHSStr,
249-
const char *RHSStr, const char *File,
250-
unsigned long Line);
251241

252-
template bool Test::test<long double, 0>(RunContext &Ctx, TestCondition Cond,
253-
long double LHS, long double RHS,
254-
const char *LHSStr, const char *RHSStr,
255-
const char *File, unsigned long Line);
256-
*/
257242
bool Test::testStrEq(RunContext &Ctx, const char *LHS, const char *RHS,
258243
const char *LHSStr, const char *RHSStr, const char *File,
259244
unsigned long Line) {

0 commit comments

Comments
 (0)