diff options
Diffstat (limited to 'innobase/data/data0data.c')
-rw-r--r-- | innobase/data/data0data.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/innobase/data/data0data.c b/innobase/data/data0data.c index c3c2b135717..96c15643096 100644 --- a/innobase/data/data0data.c +++ b/innobase/data/data0data.c @@ -25,10 +25,6 @@ byte data_error; /* data pointers of tuple fields are initialized ulint data_dummy; /* this is used to fool the compiler in dtuple_validate */ -byte data_buf[8192]; /* used in generating test tuples */ -ulint data_rnd = 756511; - - /* Some non-inlined functions used in the MySQL interface: */ void dfield_set_data_noninline( |