dect
/
libpcap
Archived
13
0
Fork 0

Removed some leftover tracing messages.

This commit is contained in:
test 2009-07-15 13:30:41 -07:00
parent f27e3da547
commit 9c54f8726d
2 changed files with 0 additions and 2 deletions

View File

@ -389,7 +389,6 @@ pcap_compile(pcap_t *p, struct bpf_program *program,
int result;
EnterCriticalSection(&g_PcapCompileCriticalSection);
OutputDebugString("Hello my dear, I locked myself\n");
result = pcap_compile_unsafe(p, program, buf, optimize, mask);

View File

@ -88,7 +88,6 @@ BOOL WINAPI DllMain(
{
if (dwReason == DLL_PROCESS_ATTACH)
{
OutputDebugString("Hello my dear, I INITIALIZED THE CS\n");
InitializeCriticalSection(&g_PcapCompileCriticalSection);
}