mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Remove compiler warnings and remove not used variables
(Found during build process)
This commit is contained in:
parent
cd78e701a5
commit
0a6b7aedb2
46 changed files with 115 additions and 179 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue