[libc][Obvious] Remove an unused "using" declaration.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 19 Apr 2023 22:42:25 +0000 (22:42 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 19 Apr 2023 22:42:51 +0000 (22:42 +0000)
libc/test/src/math/ilogbl_test.cpp

index d7a8cc2..9647f23 100644 (file)
@@ -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);
 }