Commit 02f09b84 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

remove an unused var

git-svn-id: file:///svn/mysql/tokudb-engine/src@11401 c7de825b-a66e-492c-adef-691d508d4ae1
parent c2f48707
......@@ -739,7 +739,6 @@ u_int32_t skip_field_in_descriptor(uchar* row_desc) {
// we would skip in skip_field_in_descriptor
//
int create_toku_key_descriptor_for_key(KEY* key, uchar* buf) {
int ret_val = 0;
uchar* pos = buf;
u_int32_t num_bytes_in_field = 0;
u_int32_t charset_num = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment