summaryrefslogtreecommitdiffstats
path: root/twrpTar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--twrpTar.h1
-rw-r--r--twrpTar.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/twrpTar.h b/twrpTar.h
index 425a831f2..2348487e3 100644
--- a/twrpTar.h
+++ b/twrpTar.h
@@ -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();