From 05b70dc29e82641b5f7a763b9a84afe37559154d Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 30 Jan 2014 04:04:47 +0000 Subject: [PATCH] Remove unreachable statement Change-Id: I79175695698a6ef393eff841580263c867719e25 --- includes/libs/CSSMin.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 318448af86..3b7968457d 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -223,8 +223,6 @@ class CSSMin { return $ruleWithRemapped; } }, $source ); - - return $source; } /** -- 2.20.1