Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Dec 9, 2018
1 parent e50be58 commit 227ea15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 317 deletions.
313 changes: 0 additions & 313 deletions actix-codec/src/framed2.rs

This file was deleted.

4 changes: 0 additions & 4 deletions actix-codec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@
//! [`Stream`]: #
//! [transports]: #
// #![deny(missing_docs, missing_debug_implementations, warnings)]

mod bcodec;
mod framed;
// mod framed2;
mod framed_read;
mod framed_write;

pub use self::bcodec::BytesCodec;
pub use self::framed::{Framed, FramedParts};
// pub use self::framed2::{Framed2, FramedParts2};
pub use self::framed_read::FramedRead;
pub use self::framed_write::FramedWrite;

Expand Down

0 comments on commit 227ea15

Please sign in to comment.