Skip to content

Commit

Permalink
Remove useless cache use
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hellyer committed Dec 17, 2016
1 parent 933ee89 commit b60246d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ext/voice/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ use serde_json::Value;
use super::connection_info::ConnectionInfo;
use ::constants::VoiceOpCode;

#[cfg(feature="cache")]
use ::client::CACHE;

#[inline]
pub fn build_identify(info: &ConnectionInfo) -> Value {
ObjectBuilder::new()
Expand Down

0 comments on commit b60246d

Please sign in to comment.