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

@@ -250,7 +250,6 @@ void control_write_mirror_response( enum mirror_state mirror_state, int client_f
write_socket( "1: Remote size does not match local size" );
break;
case MS_GO:
case MS_FINALISE:
case MS_DONE: /* Yes, I know we know better, but it's simpler this way */
write_socket( "0: Mirror started" );
break;