Selaa lähdekoodia

Remove OpenSSL support conditional compilation from performance tests

yhirose 1 kuukausi sitten
vanhempi
commit
f3203a859a
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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"); }