From c14c59021ffbb81fdcd8540c360190d558ec1793 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Thu, 29 Jul 2004 04:10:53 +0000 Subject: [PATCH] Accidentally missed one breakpoint from the previous debugging session. svn path=/trunk/; revision=10306 --- reactos/drivers/net/afd/afd/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/drivers/net/afd/afd/main.c b/reactos/drivers/net/afd/afd/main.c index bfd346542c0..47d41ab07cf 100644 --- a/reactos/drivers/net/afd/afd/main.c +++ b/reactos/drivers/net/afd/afd/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.3 2004/07/29 04:09:06 arty Exp $ +/* $Id: main.c,v 1.4 2004/07/29 04:10:53 arty Exp $ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: drivers/net/afd/afd/main.c @@ -51,8 +51,6 @@ AfdCreateSocket(PDEVICE_OBJECT DeviceObject, PIRP Irp, PWCHAR EaInfoValue; UINT Disposition, i; - __asm("int3"); - AFD_DbgPrint(MID_TRACE, ("AfdCreate(DeviceObject %p Irp %p)\n", DeviceObject, Irp));