mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Remove a forgotten debug print
svn path=/branches/wlan-bringup/; revision=54916
This commit is contained in:
parent
8828d269af
commit
ff8d0071db
1 changed files with 1 additions and 3 deletions
|
@ -367,9 +367,7 @@ remove_protocol(struct protocol *proto)
|
||||||
t->next = q->next;
|
t->next = q->next;
|
||||||
else
|
else
|
||||||
timeouts = q->next;
|
timeouts = q->next;
|
||||||
|
|
||||||
DbgPrint("Disposing timeout 0x%x\n", q);
|
|
||||||
|
|
||||||
/* Advance to the next timeout */
|
/* Advance to the next timeout */
|
||||||
u = q->next;
|
u = q->next;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue