diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-03-31 14:46:16 +0200 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-03-31 14:47:48 +0200 |
| commit | 11740824156e292bd1af4fb93329df94ca2f2c6c (patch) | |
| tree | bac5ceff81597c00c4cfee99b135707885cb5fc6 /src | |
| parent | 70208a95df77dad4da0cf648c07441d2c827b368 (diff) | |
Remove unused variable
Diffstat (limited to 'src')
| -rw-r--r-- | src/restore.cpp | 1 |
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; |
