diff options
| author | Austin Hellyer <[email protected]> | 2016-12-17 11:07:14 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-12-17 11:07:14 -0800 |
| commit | b60246d2166845653fa7ef6c142edab5b7720015 (patch) | |
| tree | 6a5438c008b454dd69371a38fa8896eab489db1e /src | |
| parent | Make Id displays format u64 instead of a mention (diff) | |
| download | serenity-b60246d2166845653fa7ef6c142edab5b7720015.tar.xz serenity-b60246d2166845653fa7ef6c142edab5b7720015.zip | |
Remove useless cache use
Diffstat (limited to 'src')
| -rw-r--r-- | src/ext/voice/payload.rs | 3 |
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() |