diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-04-02 09:14:20 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-04-02 09:14:20 -0400 |
commit | d3da86db104e6f73f621c113fb51a6095982dd8c (patch) | |
tree | 789937c2366605d208bb143f31ddaa0730e468fa | |
parent | dca44d7f2762052bf675a5edc0a2f63534c85cf1 (diff) | |
download | mongo-d3da86db104e6f73f621c113fb51a6095982dd8c.tar.gz |
Unused variables.
-rw-r--r-- | src/include/cell.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/cell.i b/src/include/cell.i index 4bde7e7f5d7..c0a520e8485 100644 --- a/src/include/cell.i +++ b/src/include/cell.i @@ -553,8 +553,7 @@ __wt_cell_unpack_safe(WT_CELL *cell, WT_CELL_UNPACK *unpack, uint8_t *end) uint64_t len; uint32_t v; } copy; - uint64_t saved_v, v; - uint32_t saved_len; + uint64_t v; const uint8_t *p; copy.len = 0; |