diff options
Diffstat (limited to '')
-rw-r--r-- | twrpAdbBuFifo.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/twrpAdbBuFifo.cpp b/twrpAdbBuFifo.cpp index 1147d63db..f98eb0556 100644 --- a/twrpAdbBuFifo.cpp +++ b/twrpAdbBuFifo.cpp @@ -41,7 +41,6 @@ twrpAdbBuFifo::twrpAdbBuFifo(void) { void twrpAdbBuFifo::Check_Adb_Fifo_For_Events(void) { char cmd[512]; - int ret; memset(&cmd, 0, sizeof(cmd)); @@ -169,10 +168,9 @@ bool twrpAdbBuFifo::Backup_ADB_Command(std::string Options) { bool twrpAdbBuFifo::Restore_ADB_Backup(void) { int partition_count = 0; std::string Restore_Name; - std::size_t pos = 0; struct AdbBackupFileTrailer adbmd5; struct PartitionSettings part_settings; - int adb_control_twrp_fd, adb_write_fd, systemro; + int adb_control_twrp_fd; int adb_control_bu_fd, ret = 0; char cmd[512]; |