Remove debugging breakpoint accidentally left in

svn path=/trunk/; revision=20298
This commit is contained in:
Gé van Geldorp 2005-12-22 11:50:12 +00:00
parent da2a71a27c
commit d86cf51518

View file

@ -56,7 +56,6 @@ ULONG AllocateAnyPort( PPORT_SET PortSet ) {
ULONG AllocatedPort;
ULONG Next;
__asm__("int $3\n");
if (PortSet->StartingPort + PortSet->PortsToOversee <=
PortSet->LastAllocatedPort + 1) {
Next = PortSet->StartingPort;