1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Remove a duplicate comment.

Pointed out by:	bde
This commit is contained in:
Nate Lawson 2003-08-28 03:54:49 +00:00
parent 1f5b6306c2
commit b5b965a529
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119517

View File

@ -1795,12 +1795,6 @@ siointr1(com)
recv_data = inb(com->data_port);
#ifdef DDB
#ifdef ALT_BREAK_TO_DEBUGGER
/*
* Solaris implements a new BREAK which is initiated
* by a character sequence CR ~ ^b which is similar
* to a familiar pattern used on Sun servers by the
* Remote Console.
*/
if (com->unit == comconsole &&
db_alt_break(recv_data, &com->alt_brk_state) != 0)
breakpoint();