Skip to content

Commit

Permalink
Merge pull request #525 from WordPress/feature/remove-dead-code
Browse files Browse the repository at this point in the history
QA/Hooks: remove superfluous constructor
  • Loading branch information
schlessera authored Sep 3, 2021
2 parents 5413633 + 7cfb4a8 commit aa8df06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library/Requests/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ class Requests_Hooks implements Requests_Hooker {
*/
protected $hooks = array();

/**
* Constructor
*/
public function __construct() {
// pass
}

/**
* Register a callback for a hook
*
Expand Down

0 comments on commit aa8df06

Please sign in to comment.