Skip to content

Commit

Permalink
Removed code not used (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Mar 25, 2018
1 parent 089c329 commit 0d9ae42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Middleware/DigestAuthMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ private function getHeader(): ?string
if (($username) && ($realm) && ($nonce) && ($response)) {
$uri = $this->getUri();
$opaque = $this->getOpaque();
$domain = $this->getDomain();
$qop = $this->getQOP();

$header = 'Digest';
Expand Down

0 comments on commit 0d9ae42

Please sign in to comment.