diff options
author | monty@mysql.com <> | 2003-12-21 02:07:45 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-12-21 02:07:45 +0200 |
commit | c6ed2a625b0f89e1cb95cdda5684238f039d77a7 (patch) | |
tree | b4b50b6b03398c2d68a97d79f6b2d07eb470327e /sql/sp_head.cc | |
parent | 0fb8aec1afb4aa62046dbabaa6c6dd210463a6d1 (diff) | |
download | mariadb-git-c6ed2a625b0f89e1cb95cdda5684238f039d77a7.tar.gz |
Update for VC++
(Fixed project files, compiler warnings etc..)
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r-- | sql/sp_head.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc index f6f4b4b8dae..11fa6ab20fa 100644 --- a/sql/sp_head.cc +++ b/sql/sp_head.cc @@ -410,7 +410,6 @@ sp_head::execute_procedure(THD *thd, List<Item> *args) DBUG_ENTER("sp_head::execute_procedure"); DBUG_PRINT("info", ("procedure %s", m_name.str)); int ret; - sp_instr *p; uint csize = m_pcont->max_framesize(); uint params = m_pcont->params(); uint hmax = m_pcont->handlers(); |