Time/UK: Remove redundant pattern match

Summary: as title

Reviewed By: haoxuany

Differential Revision: D13553851

fbshipit-source-id: 3bf8b89f76c7567776b19e5bcf62160b2b110984
This commit is contained in:
Julien Odent 2019-01-02 12:45:13 -08:00 committed by Facebook Github Bot
parent 36eda02097
commit 49e0ffef04

View File

@ -206,10 +206,9 @@ getCorpusForLang PT = PTTime.corpus
getCorpusForLang RO = ROTime.corpus
getCorpusForLang RU = (testContext, testOptions, [])
getCorpusForLang SV = SVTime.corpus
getCorpusForLang UK = UKTime.corpus
getCorpusForLang TA = (testContext, testOptions, [])
getCorpusForLang TR = (testContext, testOptions, [])
getCorpusForLang UK = (testContext, testOptions, [])
getCorpusForLang UK = UKTime.corpus
getCorpusForLang VI = VITime.corpus
getCorpusForLang ZH = ZHTime.corpus