Commit 5784e7de authored by marko's avatar marko

branches/zip: row_ext_create(): Remove unused variables that were added

in r2131.
parent 603defd2
......@@ -81,8 +81,6 @@ row_ext_create(
/* Fetch the BLOB prefixes */
for (i = 0; i < n_ext; i++) {
const dfield_t* dfield;
ulint len;
byte* b;
dfield = dtuple_get_nth_field(tuple, ext[i]);
row_ext_cache_fill(ret, i, zip_size, dfield);
......
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