Remove unused variable (modtail in fe_op_modify())

This commit is contained in:
Hallvard Furuseth 2005-10-14 13:01:14 +00:00
parent 78873370c8
commit 0bf486b82e

View File

@ -215,7 +215,6 @@ fe_op_modify( Operation *op, SlapReply *rs )
#endif
int manageDSAit;
Modifications *modlist = op->orm_modlist;
Modifications **modtail = &modlist;
int increment = op->orm_increment;
BackendDB *op_be;
char textbuf[ SLAP_TEXT_BUFLEN ];