diff --git a/rpcs3/Input/evdev_joystick_handler.cpp b/rpcs3/Input/evdev_joystick_handler.cpp index 69b8f553c7..a29ab8362f 100644 --- a/rpcs3/Input/evdev_joystick_handler.cpp +++ b/rpcs3/Input/evdev_joystick_handler.cpp @@ -678,7 +678,6 @@ int evdev_joystick_handler::add_device(const std::string& device, const std::sha PadHandlerBase::connection evdev_joystick_handler::update_connection(const std::shared_ptr& device) { - bool result = update_device(device); if (!update_device(device)) return connection::disconnected;