Skip to content

Commit 0f336e0

Browse files
committed
Remove unused constant
1 parent 54da9c0 commit 0f336e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ProxyClient/Varnish.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class Varnish extends AbstractProxyClient implements BanInterface, PurgeInterfac
3030
const HTTP_HEADER_HOST = 'X-Host';
3131
const HTTP_HEADER_URL = 'X-Url';
3232
const HTTP_HEADER_CONTENT_TYPE = 'X-Content-Type';
33-
const HTTP_HEADER_CACHE = 'X-Cache-Tags';
3433

3534
/**
3635
* Map of default headers for ban requests with their default values.

0 commit comments

Comments
 (0)