diff options
author | unknown <msvensson@shellback.> | 2006-03-28 19:34:44 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.> | 2006-03-28 19:34:44 +0200 |
commit | caeb6e274e4766e4f44e566894a6aa2bd2659ce3 (patch) | |
tree | 4eab2e0057959535f4558e1ddb4f2d9138d2c299 /sql/handler.cc | |
parent | bc609ffbd0e1546878854d721cf1b1e2f6235dce (diff) | |
download | mariadb-git-caeb6e274e4766e4f44e566894a6aa2bd2659ce3.tar.gz |
Remove unused variable
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 16381972200..782d367bf40 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -445,8 +445,6 @@ static my_bool init_handlerton(THD *unused1, st_plugin_int *plugin, int ha_init() { int error= 0; - handlerton **types; - show_table_alias_st *table_alias; total_ha= savepoint_alloc_size= 0; if (ha_init_errors()) |