Remove compiler warnings and remove not used variables

(Found during build process)
This commit is contained in:
monty@mysql.com 2005-02-25 16:53:22 +02:00
commit 0a6b7aedb2
46 changed files with 115 additions and 179 deletions

View file

@ -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)