From: Michael M Slusarz Date: Fri, 17 Dec 2010 08:53:02 +0000 (-0700) Subject: Remove unreachable code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=32798d6be012f3fd6024a8fa2e73f4ed8874e368;p=horde.git Remove unreachable code --- diff --git a/imp/lib/Imap/Thread.php b/imp/lib/Imap/Thread.php index b7c9cd329..79d648ec8 100644 --- a/imp/lib/Imap/Thread.php +++ b/imp/lib/Imap/Thread.php @@ -167,10 +167,6 @@ class IMP_Imap_Thread case '4': $tmp .= '\-'; break; - - case '5': - // TODO - break; } } }