]> git.ipfire.org Git - thirdparty/squid.git/commit
Make GCC on CentOS 5.3 happier by removing an unused static function
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 29 May 2013 00:55:39 +0000 (18:55 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 29 May 2013 00:55:39 +0000 (18:55 -0600)
commit2450353f4a6b04527d7502f3e64fe110ea672cd9
tree0b36404a9197721fdbc061a67475498807eaafee
parentbeae57286f8086b24a68203090b791a14ca99a8f
Make GCC on CentOS 5.3 happier by removing an unused static function

parse_acl_access was unused when USE_HTTP_VIOLATIONS was not defined.
src/cache_cf.cc