summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/VerifyEmail.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VerifyEmail.php b/src/VerifyEmail.php
index 5835c33..96a1e55 100644
--- a/src/VerifyEmail.php
+++ b/src/VerifyEmail.php
@@ -31,7 +31,6 @@
private $_yahoo_signup_ajax_url = 'https://login.yahoo.com/account/module/create?validateField=yid';
private $yahoo_signup_page_content;
private $yahoo_signup_page_headers;
- private $_yahoo_exists_error_code = 'IDENTIFIER_EXISTS';
public function __construct($email = null, $verifier_email = null, $port = 25){
$this->debug = array();