summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-07-20 14:08:03 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-07-20 14:08:03 -0400
commit2d42885863b384e888a86b960daaaa28314e6834 (patch)
treec5883cb81ea441c82f66ee509f96bdcc5c02d5e3
parent7ed65f034c9ceec5686ea57eb3bf0a15653493d7 (diff)
downloadmongo-2d42885863b384e888a86b960daaaa28314e6834.tar.gz
Remove some initialization code that's no longer needed.
-rw-r--r--src/btree/row_srch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/btree/row_srch.c b/src/btree/row_srch.c
index f79abe94fa6..3faa337e81c 100644
--- a/src/btree/row_srch.c
+++ b/src/btree/row_srch.c
@@ -147,8 +147,6 @@ __wt_row_search(WT_SESSION_IMPL *session,
btree = S2BT(session);
item = &cbt->search_key;
- rip = NULL;
- match = 0; /* -Wuninitialized */
__cursor_pos_clear(cbt);