aboutsummaryrefslogtreecommitdiff
path: root/libc/utils
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2020-08-11 13:27:24 -0700
committerSiva Chandra <sivachandra@google.com>2020-08-11 13:31:17 -0700
commitdf79e18796d09f33d15974c55cca8b2b5b484e1f (patch)
tree77cc6bb9ae50221dbc90cf63332d06051db251d6 /libc/utils
parent277873ce0f484e8cb5cb99dade63c7a93d99bd3b (diff)
downloadllvm-df79e18796d09f33d15974c55cca8b2b5b484e1f.zip
llvm-df79e18796d09f33d15974c55cca8b2b5b484e1f.tar.gz
llvm-df79e18796d09f33d15974c55cca8b2b5b484e1f.tar.bz2
[libc][obvious] Remove a commented out block.
Diffstat (limited to 'libc/utils')
-rw-r--r--libc/utils/UnitTest/Test.cpp15
1 files changed, 0 insertions, 15 deletions
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<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) {