]> git.ipfire.org Git - thirdparty/squid.git/commit
Drop Ip::Address(Ip::Address *) constructor entirely
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 4 Jun 2013 05:12:39 +0000 (23:12 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 4 Jun 2013 05:12:39 +0000 (23:12 -0600)
commitdb772b664044657571dda32c3dc85b3089d093b5
tree62476b43febbe88baaeeb7d48a95625158436403
parent87a122b0dd6dd8e1f9c7b60d7d2932c406c87103
Drop Ip::Address(Ip::Address *) constructor entirely

Has been deprecated for a while and appears to no longer be required by
any of the current code. The reference& copy-constructor can easily be
used in its place.
src/ip/Address.cc
src/ip/Address.h
src/log/ModUdp.cc