summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/udp-codec.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/udp-codec.rs b/examples/udp-codec.rs
index e7456f71..bd243090 100644
--- a/examples/udp-codec.rs
+++ b/examples/udp-codec.rs
@@ -12,7 +12,6 @@ extern crate futures;
use std::io;
use std::net::SocketAddr;
-use std::str;
use futures::{Future, Stream, Sink};
use tokio_core::net::{UdpSocket, UdpCodec};