Skip to content

Commit

Permalink
refactor(common): remove unused H2Stream stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Oct 19, 2023
1 parent f951031 commit 0cbd57b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
27 changes: 0 additions & 27 deletions src/common/exec.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ macro_rules! ready {
pub(crate) mod buf;
#[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))]
pub(crate) mod date;
#[cfg(not(feature = "http2"))]
pub(crate) mod exec;
pub(crate) mod io;
pub(crate) mod task;
#[cfg(any(
Expand Down

0 comments on commit 0cbd57b

Please sign in to comment.