Silence "unused variable" warning

This commit is contained in:
Hallvard Furuseth 2005-07-14 19:35:09 +00:00
parent 7ab3d2c245
commit 8dddff803e

View File

@ -30,7 +30,7 @@ perl_back_compare(
SlapReply *rs ) SlapReply *rs )
{ {
int count; int count;
char *avastr, *ptr; char *avastr;
PerlBackend *perl_back = (PerlBackend *)op->o_bd->be_private; PerlBackend *perl_back = (PerlBackend *)op->o_bd->be_private;