]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Monitor.c
Retire mdassemble
[thirdparty/mdadm.git] / Monitor.c
index 036a561c6f99684ec809c4da0fb0804296eba01f..1f15377c6444e6b0a4cbd5b694b716612eb6171b 100644 (file)
--- a/Monitor.c
+++ b/Monitor.c
@@ -1058,8 +1058,6 @@ int Wait(char *dev)
        }
 }
 
-#ifndef MDASSEMBLE
-
 static char *clean_states[] = {
        "clear", "inactive", "readonly", "read-auto", "clean", NULL };
 
@@ -1151,4 +1149,3 @@ int WaitClean(char *dev, int sock, int verbose)
 
        return rv;
 }
-#endif /* MDASSEMBLE */