diff options
author | unknown <monty@mysql.com> | 2005-02-25 19:51:29 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-02-25 19:51:29 +0200 |
commit | 0be32e7e5a03be486c49dab46c2630c89a6e99f4 (patch) | |
tree | e6f827904039e2af38a0130f261728726ef9dc16 /sql/sp_pcontext.cc | |
parent | 3d8aed6d83096102d8273bd238cc186e0fbbf0cb (diff) | |
parent | 08b3e79e409c79e09751ac8fd684898e390737d3 (diff) | |
download | mariadb-git-0be32e7e5a03be486c49dab46c2630c89a6e99f4.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.cc | 1 |
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) |