diff options
author | saturneric <[email protected]> | 2023-10-25 10:26:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-25 10:26:26 +0000 |
commit | 124929609eabff19359caad276a10f1026793c0f (patch) | |
tree | c743376267928e60291b4f14bd78bd2b76f955c7 /src/core/function/ArchiveFileOperator.cpp | |
parent | feat: use rt listen publish event function in main windows' app version upgra... (diff) | |
download | GpgFrontend-124929609eabff19359caad276a10f1026793c0f.tar.gz GpgFrontend-124929609eabff19359caad276a10f1026793c0f.zip |
fix: solve some code tidy issues
Diffstat (limited to 'src/core/function/ArchiveFileOperator.cpp')
-rw-r--r-- | src/core/function/ArchiveFileOperator.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/function/ArchiveFileOperator.cpp b/src/core/function/ArchiveFileOperator.cpp index efe824dd..4fc8f5df 100644 --- a/src/core/function/ArchiveFileOperator.cpp +++ b/src/core/function/ArchiveFileOperator.cpp @@ -82,8 +82,6 @@ void GpgFrontend::ArchiveFileOperator::CreateArchive( struct archive *a; struct archive_entry *entry; - ssize_t len; - int fd; SPDLOG_DEBUG("compress: {}", compress); |