refactor: remove unecessary gate

pull/24376/head
Andrew Lamb 2021-08-13 08:18:01 -05:00
parent 697de875ca
commit 67753343e9
1 changed files with 0 additions and 1 deletions

View File

@ -897,7 +897,6 @@ async fn pprof_heappy_profile<M: ConnectionManager + Send + Sync + Debug + 'stat
async fn pprof_heappy_profile<M: ConnectionManager + Send + Sync + Debug + 'static>(
req: Request<Body>,
) -> Result<Response<Body>, ApplicationError> {
#[cfg(not(feature = "heappy"))]
HeappyIsNotCompiled {}.fail()
}