diff --git a/src/influxdb_ioxd/http.rs b/src/influxdb_ioxd/http.rs index da62a59ea5..0f40b5b7e9 100644 --- a/src/influxdb_ioxd/http.rs +++ b/src/influxdb_ioxd/http.rs @@ -897,7 +897,6 @@ async fn pprof_heappy_profile( req: Request, ) -> Result, ApplicationError> { - #[cfg(not(feature = "heappy"))] HeappyIsNotCompiled {}.fail() }