remove junk
authorderaadt <deraadt@openbsd.org>
Mon, 23 Dec 2013 23:32:40 +0000 (23:32 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 23 Dec 2013 23:32:40 +0000 (23:32 +0000)
sys/stand/boot/cmd.c

index 95a1568..ccc2e57 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cmd.c,v 1.60 2009/02/16 23:58:05 sthen Exp $  */
+/*     $OpenBSD: cmd.c,v 1.61 2013/12/23 23:32:40 deraadt Exp $        */
 
 /*
  * Copyright (c) 1997-1999 Michael Shalayeff
 #include <sys/param.h>
 #include <sys/reboot.h>
 
-#ifdef REGRESS
-#include <sys/stat.h>
-#include <errno.h>
-#else
 #include <libsa.h>
 #include <lib/libkern/funcs.h>
-#endif
 
 #include "cmd.h"
 
@@ -221,12 +216,7 @@ docmd(void)
        }
        cmd.argv[cmd.argc] = NULL;
 
-#ifdef REGRESS
-       printf("%s %s\n", cmd.argv[0],
-           (cmd.argv[1] == NULL) ? "(null)" : cmd.argv[1]);
-#else
        return (*cmd.cmd->cmd_exec)();
-#endif
 }
 
 static char *