]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove some duplicate typedef and forward declarations (#1305)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sun, 12 Mar 2023 20:42:20 +0000 (20:42 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 13 Mar 2023 08:17:51 +0000 (08:17 +0000)
src/clients/forward.h

index 74799268edfd235d324388c3f06acf74bfd34fee..3ee71537633544ec58f37adc96eda3ea01110e7e 100644 (file)
 class FwdState;
 class HttpRequest;
 
-class AsyncJob;
-template <class Cbc> class CbcPointer;
-typedef CbcPointer<AsyncJob> AsyncJobPointer;
-
 namespace Http
 {
 class Tunneler;