From: Reedy Date: Thu, 30 Jan 2014 04:04:47 +0000 (+0000) Subject: Remove unreachable statement X-Git-Tag: 1.31.0-rc.0~17080 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=05b70dc29e82641b5f7a763b9a84afe37559154d;p=lhc%2Fweb%2Fwiklou.git Remove unreachable statement Change-Id: I79175695698a6ef393eff841580263c867719e25 --- 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; } /**