aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-03-31 14:46:16 +0200
committerJán Sučan <jan@jansucan.com>2024-03-31 14:47:48 +0200
commit11740824156e292bd1af4fb93329df94ca2f2c6c (patch)
treebac5ceff81597c00c4cfee99b135707885cb5fc6
parent70208a95df77dad4da0cf648c07441d2c827b368 (diff)
Remove unused variable
-rw-r--r--src/restore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/restore.cpp b/src/restore.cpp
index db4e16e..d159e61 100644
--- a/src/restore.cpp
+++ b/src/restore.cpp
@@ -42,7 +42,6 @@ typedef struct {
std::fstream out_file;
std::unique_ptr<char[]> in_buffer;
- std::unique_ptr<char[]> out_buffer;
size_t in_sector_size;
size_t in_buffer_size;