From: serassio <> Date: Mon, 4 Sep 2006 01:10:22 +0000 (+0000) Subject: Remove a no more needed #ifdef _SQUID_MSWIN_ from structs.h X-Git-Tag: SQUID_3_0_PRE5~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae6a708f6d29bd8ebf02fa70878523ba0961f44;p=thirdparty%2Fsquid.git Remove a no more needed #ifdef _SQUID_MSWIN_ from structs.h --- diff --git a/src/helper.h b/src/helper.h index 327febd572..8b275085ab 100644 --- a/src/helper.h +++ b/src/helper.h @@ -1,6 +1,6 @@ /* - * $Id: helper.h,v 1.6 2006/09/03 04:11:59 hno Exp $ + * $Id: helper.h,v 1.7 2006/09/03 19:10:22 serassio Exp $ * * DEBUG: section 84 Helper process maintenance * AUTHOR: Harvest Derived? @@ -149,10 +149,7 @@ unsigned int shutdown: } stats; -#ifdef _SQUID_MSWIN_ - HANDLE hIpc; -#endif }; class helper_stateful_request; @@ -206,10 +203,7 @@ unsigned int shutdown: stats; int deferred_requests; /* current number of deferred requests */ void *data; /* State data used by the calling routines */ -#ifdef _SQUID_MSWIN_ - HANDLE hIpc; -#endif }; class helper_request