Drop a code path in wfBCP47() which is never reached.
authorLiangent <liangent@gmail.com>
Sun, 30 Jun 2013 19:51:58 +0000 (19:51 +0000)
committerMatmarex <matma.rex@gmail.com>
Mon, 1 Jul 2013 20:50:19 +0000 (20:50 +0000)
commitc5e3c3ffc2a090a4862466838d758b3305daa3bb
tree8e588b941ab649354b45216a13cb9161188e78d0
parent89c09f99166923c5cd41f1fb96fcb0995846e7c3
Drop a code path in wfBCP47() which is never reached.

count( $codeSegment ) > 0 should be never true in a foreach loop of
$codeSegment itself. See also Iffe166f3.

Change-Id: I453b5ec3379951a2ad6e34b9835907c2eba3046b
includes/GlobalFunctions.php