From 47ab73f95eff3502d39407ffb19e1c682d5431ac Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 23 Dec 2013 04:37:21 -0800 Subject: [PATCH] Cleanup HttpRequestMethod.h useless lines --- src/HttpRequestMethod.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/HttpRequestMethod.h b/src/HttpRequestMethod.h index e6584a4cd8..1bb5f00042 100644 --- a/src/HttpRequestMethod.h +++ b/src/HttpRequestMethod.h @@ -1,11 +1,9 @@ #ifndef SQUID_HTTPREQUESTMETHOD_H #define SQUID_HTTPREQUESTMETHOD_H +#include "http/forward.h" #include "http/MethodType.h" #include "SquidString.h" -#include "SquidString.h" - -class SquidConfig; #include @@ -17,12 +15,8 @@ class SquidConfig; */ class HttpRequestMethod { - public: -// static void Configure(SquidConfig &Config); - HttpRequestMethod() : theMethod(Http::METHOD_NONE), theImage() {} - HttpRequestMethod(Http::MethodType const aMethod) : theMethod(aMethod), theImage() {} /** -- 2.47.2