summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.cc
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-02-25 19:51:29 +0200
committerunknown <monty@mysql.com>2005-02-25 19:51:29 +0200
commitb5838bfcd1de1efc250f565c0fb160bca13c4a62 (patch)
treee6f827904039e2af38a0130f261728726ef9dc16 /sql/sp_pcontext.cc
parent730a522bf4d138d394c844313678c68247c6f984 (diff)
parentb7b2edab1367b1de43f41ad79677ea6c9cbc6054 (diff)
downloadmariadb-git-b5838bfcd1de1efc250f565c0fb160bca13c4a62.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0 sql/sp_pcontext.cc: Auto merged
Diffstat (limited to 'sql/sp_pcontext.cc')
-rw-r--r--sql/sp_pcontext.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_pcontext.cc b/sql/sp_pcontext.cc
index 3ae7c05c4d6..7176498f276 100644
--- a/sql/sp_pcontext.cc
+++ b/sql/sp_pcontext.cc
@@ -105,7 +105,6 @@ sp_pcontext::diff_handlers(sp_pcontext *ctx)
uint
sp_pcontext::diff_cursors(sp_pcontext *ctx)
{
- uint n= 0;
sp_pcontext *pctx= this;
while (pctx && pctx != ctx)