Skip to content

Commit 8fdd332

Browse files
committed
delete vestigial line
1 parent 5b67de8 commit 8fdd332

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/zstd_vfs.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ class ZstdInnerDatabaseFile : public SQLiteNested::InnerDatabaseFile {
4545
std::unique_ptr<SQLite::Statement> get_dict_, last_dict_id_, dict_pages_, put_dict_;
4646
using SQLiteNested::InnerDatabaseFile::StatementResetter;
4747

48-
// zstd de/compression contexts
49-
std::shared_ptr<ZSTD_DCtx> dctx_;
50-
5148
// in-memory cache of dict buffers and zstd de/compression dict structures, lazily populated
5249
struct dict_cache_entry {
5350
std::string dict;

0 commit comments

Comments
 (0)