MINOR Removed unnecessary $bt variable in Debug::errorHandler()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@86176 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-09-13 23:23:02 +00:00
parent ab735c70d0
commit 3386e8223a

View File

@ -648,7 +648,6 @@ function exceptionHandler($exception) {
* @param int $errline
*/
function errorHandler($errno, $errstr, $errfile, $errline) {
$bt = debug_backtrace();
switch($errno) {
case E_ERROR:
case E_CORE_ERROR: