summaryrefslogtreecommitdiffstats
path: root/twrpTar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrpTar.hpp')
-rw-r--r--twrpTar.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp
index b07b06f49..eb82fa882 100644
--- a/twrpTar.hpp
+++ b/twrpTar.hpp
@@ -106,6 +106,5 @@ private:
std::vector<TarListStruct> *ItemList;
int output_fd; // this stores the output fd that gzip will read from
- int adb_control_twrp_fd, adb_control_bu_fd; // fds for twrp to twrp bu and bu to twrp control fifos
unsigned thread_id;
};