summaryrefslogtreecommitdiffstats
path: root/twrpTarMain/twrpTarMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrpTarMain/twrpTarMain.cpp')
-rw-r--r--twrpTarMain/twrpTarMain.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/twrpTarMain/twrpTarMain.cpp b/twrpTarMain/twrpTarMain.cpp
index ef6a5efea..b28a42ea7 100644
--- a/twrpTarMain/twrpTarMain.cpp
+++ b/twrpTarMain/twrpTarMain.cpp
@@ -122,10 +122,6 @@ int main(int argc, char **argv) {
}
}
- vector<string> excludedirs = du.get_absolute_dirs();
- for (j = 0; j < excludedirs.size(); ++j) {
- tar.setexcl(excludedirs.at(j));
- }
tar.has_data_media = has_data_media;
tar.setdir(Directory);
tar.setfn(Tar_Filename);