Преглед изворни кода

Remove OpenSSL support conditional compilation from performance tests

yhirose пре 1 месец
родитељ
комит
f3203a859a
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      test/test.cc

+ 0 - 2
test/test.cc

@@ -142,8 +142,6 @@ void performance_test(const char *host) {
                     << "ms (Issue #1777). Timings: " << timings_str.str();
 }
 
-#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
-
 TEST(BenchmarkTest, localhost) { performance_test("localhost"); }
 
 TEST(BenchmarkTest, v6) { performance_test("::1"); }