--- src/sys/ddb/db_ps.c 2004/07/24 20:27:19 1.10 +++ src/sys/ddb/db_ps.c 2004/09/03 08:50:47 1.11 @@ -40,34 +40,6 @@ #include -static int -db_more(int *nl) -{ - ++*nl; - if (*nl == 20) { - int c; - - db_printf("--More--"); - c = cngetc(); - db_printf("\r"); - /* - * A whole screenfull or just one line? - */ - switch (c) { - case '\n': /* just one line */ - *nl = 19; - break; - case ' ': - *nl = 0; /* another screenfull */ - break; - default: /* exit */ - db_printf("\n"); - return(-1); - } - } - return(0); -} - static void db_dump_td_tokens(thread_t td); void