Skip to content

Commit 7848b5a

Browse files
authored
refactor(common): remove unused H2Stream stub (#3351)
1 parent f951031 commit 7848b5a

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

src/common/exec.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/common/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ macro_rules! ready {
1111
pub(crate) mod buf;
1212
#[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))]
1313
pub(crate) mod date;
14-
#[cfg(not(feature = "http2"))]
15-
pub(crate) mod exec;
1614
pub(crate) mod io;
1715
pub(crate) mod task;
1816
#[cfg(any(

0 commit comments

Comments
 (0)