Index: sources/device/DeviceController.cpp =================================================================== diff -u -rf3fa6fc6db9af49b39a22ca6584bd388caec407c -r9528cd6d77e435a0d39a7e944c4397db39207085 --- sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision f3fa6fc6db9af49b39a22ca6584bd388caec407c) +++ sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 9528cd6d77e435a0d39a7e944c4397db39207085) @@ -711,7 +711,6 @@ // any other checking is done by UI Software at the moment this script is called. // The only thing matters is the pared device info in text and it will be empty string if error happens. MDeviceCryptSetupResponse model; - QByteArray deviceInfo; if ( vStatus ) vExitCode = Device::DeviceError::eDevice_Scripts_Error_Status; else deviceInfo = _processCryptSetup.readAll();