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

in r2131.
This commit is contained in:
marko 2007-11-29 12:54:43 +00:00
parent 603defd2de
commit 5784e7debb

View file

@ -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);