Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 354fe73d authored by William Escande's avatar William Escande
Browse files

Fix build warning on unused var

Test: build
Change-Id: If549b3472580ed4a741485743c92c5e3a09fc3d9
parent a6b81d3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -815,7 +815,7 @@ impl BluetoothSocketManager {
                                                        Ok(None)
                                                    }
                                                }
                                                Err(e) => Ok(None),
                                                Err(_e) => Ok(None),
                                            };
                                        }