From bb81e5d02df38c940709bc7416ea84620add889a Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Thu, 20 Mar 2014 18:05:41 -0500 Subject: Remove deprecated tar exclude functionality twrpDU::check_skip_dirs() handles skipped folders now. Everywhere twrpTar::setexcl() is being used to exclude files eventually calls createTarFork(), which in turn calls Generate_TarList(), which checks check_skip_dirs(). Change-Id: Ibbc4eb2eb89863ccb2a15f5a3b5092fb10fcbcc0 --- twrpTar.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'twrpTar.hpp') 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 tarexclude; - std::vector *ItemList; int thread_id; }; -- cgit v1.2.3