Kahlan\Jit\Patchers::remove PHP Method

remove() public method

Removes a patcher.
public remove ( string $name )
$name string The patcher name.
    public function remove($name)
    {
        unset($this->_patchers[$name]);
    }