Skip to content

Commit 2b4efd2

Browse files
author
Siva Chandra Reddy
committed
[libc][Obvious] Remove an unused "using" declaration.
1 parent d34125a commit 2b4efd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/test/src/math/ilogbl_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "test/UnitTest/Test.h"
1616
#include <math.h>
1717

18-
using RunContext = __llvm_libc::testing::RunContext;
19-
2018
TEST_F(LlvmLibcILogbTest, SpecialNumbers_ilogbl) {
2119
test_special_numbers<long double>(&__llvm_libc::ilogbl);
2220
}

0 commit comments

Comments
 (0)