[libc-commits] [libc] 2b4efd2 - [libc][Obvious] Remove an unused "using" declaration.
Siva Chandra Reddy via libc-commits
libc-commits at lists.llvm.org
Wed Apr 19 15:46:02 PDT 2023
Author: Siva Chandra Reddy
Date: 2023-04-19T22:42:51Z
New Revision: 2b4efd2a1abca06c2a1a2d64496c7f1303ca36eb
URL: https://github.com/llvm/llvm-project/commit/2b4efd2a1abca06c2a1a2d64496c7f1303ca36eb
DIFF: https://github.com/llvm/llvm-project/commit/2b4efd2a1abca06c2a1a2d64496c7f1303ca36eb.diff
LOG: [libc][Obvious] Remove an unused "using" declaration.
Added:
Modified:
libc/test/src/math/ilogbl_test.cpp
Removed:
################################################################################
diff --git a/libc/test/src/math/ilogbl_test.cpp b/libc/test/src/math/ilogbl_test.cpp
index d7a8cc2013c13..9647f232245dc 100644
--- a/libc/test/src/math/ilogbl_test.cpp
+++ b/libc/test/src/math/ilogbl_test.cpp
@@ -15,8 +15,6 @@
#include "test/UnitTest/Test.h"
#include <math.h>
-using RunContext = __llvm_libc::testing::RunContext;
-
TEST_F(LlvmLibcILogbTest, SpecialNumbers_ilogbl) {
test_special_numbers<long double>(&__llvm_libc::ilogbl);
}
More information about the libc-commits
mailing list