summaryrefslogtreecommitdiffstats
path: root/twrp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrp.cpp')
-rw-r--r--twrp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrp.cpp b/twrp.cpp
index b247458ce..5459bd469 100644
--- a/twrp.cpp
+++ b/twrp.cpp
@@ -176,7 +176,7 @@ int main(int argc, char **argv) {
PartitionManager.Mount_By_Path("/cache", false);
- bool Shutdown = false, Sideload = false;
+ bool Shutdown = false;
string Send_Intent = "";
{
TWPartition* misc = PartitionManager.Find_Partition_By_Path("/misc");