Skip to content

Commit

Permalink
fix: unused variable: identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed May 10, 2024
1 parent 23de9d7 commit 1ad0260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buttplug/src/server/device/server_device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ impl ServerDevice {
let hardware = hardware.clone();
let strategy = handler.keepalive_strategy();
let keepalive_packet = keepalive_packet.clone();
let identifier = identifier.clone();
async_manager::spawn(async move {
// Arbitrary wait time for now.
let wait_duration = if is_dg_lab_device {
Expand Down

0 comments on commit 1ad0260

Please sign in to comment.