diff --git a/typo3/sysext/core/Classes/Error/ErrorHandler.php b/typo3/sysext/core/Classes/Error/ErrorHandler.php
index fb925542572eccce1ce1e2d21146e2fe6f8b657b..3299abf5a3d32a77cc6277388f059dfe2e1b303d 100644
--- a/typo3/sysext/core/Classes/Error/ErrorHandler.php
+++ b/typo3/sysext/core/Classes/Error/ErrorHandler.php
@@ -118,7 +118,6 @@ class ErrorHandler implements ErrorHandlerInterface, LoggerAwareInterface
             case E_USER_DEPRECATED:
             case E_USER_WARNING:
             case E_WARNING:
-            case E_USER_DEPRECATED:
                 $severity = 1;
                 break;
             default: