diff options
-rw-r--r-- | pear/PEAR.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php index df02066a14..2f32e08697 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -448,9 +448,6 @@ class PEAR // XXX Used anywhere? //$def_callback = &$GLOBALS['_PEAR_default_error_callback']; } - if (!isset($def_mode)) { - $def_mode = PEAR_ERROR_RETURN; - } $stack = array(); $stack[] = array($def_mode, $def_options); } |