diff options
Diffstat (limited to '')
-rw-r--r-- | twrpTar.h | 1 | ||||
-rw-r--r-- | twrpTar.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -23,4 +23,3 @@ ssize_t write_tar(int fd, const void *buffer, size_t size); ssize_t write_tar_no_buffer(int fd, const void *buffer, size_t size); #endif // _TWRPTAR_HEADER - diff --git a/twrpTar.hpp b/twrpTar.hpp index 78c4c5978..92674ee61 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp @@ -44,7 +44,6 @@ struct thread_data_struct { unsigned thread_id; }; - class twrpTar { public: twrpTar(); |