[minor] fixed compile warning in delegation.c

This commit is contained in:
unknown 2011-08-15 10:47:13 -04:00
parent 04ab888492
commit 64cce65b77

View file

@ -257,7 +257,6 @@ static int delegation_flush_locks(
}
ReleaseSRWLockExclusive(&open->lock);
}
out:
return status;
}