Driver: Remove spin_sleep in Mixer::march_deadline (#124)

* Remove spin_sleep

* Remove comment
This commit is contained in:
Gnome!
2022-04-22 19:57:49 +01:00
committed by Kyle Simpson
parent 98f0d025c0
commit e3476e7965
2 changed files with 1 additions and 11 deletions

View File

@@ -77,10 +77,6 @@ features = ["voice", "gateway"]
optional = true
version = "0.1"
[dependencies.spin_sleep]
optional = true
version = "1"
[dependencies.streamcatcher]
optional = true
version = "1"
@@ -161,7 +157,6 @@ driver-core = [
"parking_lot",
"rand",
"serenity-voice-model",
"spin_sleep",
"streamcatcher",
"typemap_rev",
"url",