aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-12-17 11:07:14 -0800
committerAustin Hellyer <[email protected]>2016-12-17 11:07:14 -0800
commitb60246d2166845653fa7ef6c142edab5b7720015 (patch)
tree6a5438c008b454dd69371a38fa8896eab489db1e /src
parentMake Id displays format u64 instead of a mention (diff)
downloadserenity-b60246d2166845653fa7ef6c142edab5b7720015.tar.xz
serenity-b60246d2166845653fa7ef6c142edab5b7720015.zip
Remove useless cache use
Diffstat (limited to 'src')
-rw-r--r--src/ext/voice/payload.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ext/voice/payload.rs b/src/ext/voice/payload.rs
index 45ccf4d..5086b08 100644
--- a/src/ext/voice/payload.rs
+++ b/src/ext/voice/payload.rs
@@ -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()