Browse Source

Remove unused constant.
Remove unused LOG_ERROR constant.

This constant has no other uses in cakephp/cakephp or in cakephp/app.
I'm pretty sure it is entirely unused at this point.

Mark Story 11 years ago
parent
commit
5f38edb6a8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/bootstrap.php

+ 0 - 1
tests/bootstrap.php

@@ -34,7 +34,6 @@ define('CAKE', CORE_PATH . 'src' . DS);
 define('CORE_TESTS', CORE_PATH . 'tests' . DS);
 define('CORE_TEST_CASES', CORE_TESTS . 'TestCase');
 define('TEST_APP', CORE_TESTS . 'test_app' . DS);
-define('LOG_ERROR', LOG_ERR);
 
 // Point app constants to the test app.
 define('APP', TEST_APP . 'TestApp' . DS);