summaryrefslogtreecommitdiffstats
path: root/twrpTar.hpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-04-01 20:55:39 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-04-01 20:55:40 +0200
commit3a746d607e0f45da038987358e760ecef3c9ad25 (patch)
tree1ed84b39d576e7b3c1915c096eb6d6b545763aec /twrpTar.hpp
parentMerge "if md5 check is not selected for subpartitions, don't check it." into android-4.4 (diff)
parentRemove deprecated tar exclude functionality (diff)
downloadandroid_bootable_recovery-3a746d607e0f45da038987358e760ecef3c9ad25.tar
android_bootable_recovery-3a746d607e0f45da038987358e760ecef3c9ad25.tar.gz
android_bootable_recovery-3a746d607e0f45da038987358e760ecef3c9ad25.tar.bz2
android_bootable_recovery-3a746d607e0f45da038987358e760ecef3c9ad25.tar.lz
android_bootable_recovery-3a746d607e0f45da038987358e760ecef3c9ad25.tar.xz
android_bootable_recovery-3a746d607e0f45da038987358e760ecef3c9ad25.tar.zst
android_bootable_recovery-3a746d607e0f45da038987358e760ecef3c9ad25.zip
Diffstat (limited to 'twrpTar.hpp')
-rw-r--r--twrpTar.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp
index a42dea0e1..443e5f4b3 100644
--- a/twrpTar.hpp
+++ b/twrpTar.hpp
@@ -47,7 +47,6 @@ public:
virtual ~twrpTar();
int createTarFork();
int extractTarFork();
- void setexcl(string exclude);
void setfn(string fn);
void setdir(string dir);
void setsize(unsigned long long backup_size);
@@ -91,8 +90,6 @@ private:
string basefn;
string password;
- vector <string> tarexclude;
-
std::vector<TarListStruct> *ItemList;
int thread_id;
};