From: wessels <> Date: Thu, 17 Jun 1999 03:22:14 +0000 (+0000) Subject: onoff.persistent_client_posts is old and unused X-Git-Tag: SQUID_3_0_PRE1~2155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5e646b9dd7d08296c2cfca7c1efabee1971ffbb;p=thirdparty%2Fsquid.git onoff.persistent_client_posts is old and unused --- diff --git a/src/structs.h b/src/structs.h index b676ff0ca9..047cd3d9ea 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.296 1999/05/27 03:21:40 wessels Exp $ + * $Id: structs.h,v 1.297 1999/06/16 21:22:14 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -385,7 +385,6 @@ struct _SquidConfig { #endif int offline; int redir_rewrites_host; - int persistent_client_posts; int prefer_direct; int strip_query_terms; } onoff;