mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Remove unused variable
This commit is contained in:
parent
86bd3651e1
commit
55fa9241a4
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ tavl_insert( Avlnode ** root, void *data, AVL_CMP fcmp, AVL_DUP fdup )
|
|||
void*
|
||||
tavl_delete( Avlnode **root, void* data, AVL_CMP fcmp )
|
||||
{
|
||||
Avlnode *p, *q, *r, *s, *top;
|
||||
Avlnode *p, *q, *r, *top;
|
||||
int side, side_bf, shorter, nside;
|
||||
|
||||
/* parent stack */
|
||||
|
|
|
|||
Loading…
Reference in a new issue