Delete the MS_FINALISE mirror state

It's not being used for anything.
This commit is contained in:
Alex Young
2012-07-15 18:40:50 +01:00
parent e77234c6b1
commit 5794913fdf
3 changed files with 0 additions and 3 deletions

View File

@@ -386,7 +386,6 @@ void mirror_run( struct server *serve )
if (written < mirror_last_pass_after_bytes_written) { break; }
}
mirror_set_state( serve->mirror, MS_FINALISE );
server_lock_io( serve );
{
if ( mirror_pass( serve, 0, &written ) &&