mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
remove an unused var
git-svn-id: file:///svn/mysql/tokudb-engine/src@11401 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
7cb84b7913
commit
864843dd7c
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue