]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/boot/boot.h
fix bugs and cleanup cryptsetup code
[plan9front.git] / sys / src / 9 / boot / boot.h
index 4cb7400bb267e22e17f0e6529b61738a042011e5..c72622807539a5d2d06e49937fdb862902300587 100644 (file)
@@ -2,8 +2,6 @@ enum {
        Debug = 0,
 };
 
-extern char*   bootdisk;
-
 extern void    fatal(char*);
 extern int     readfile(char*, char*, int);
 extern void    run(char*, ...);