diff --git a/testing/mochitest/ssltunnel/Makefile.in b/testing/mochitest/ssltunnel/Makefile.in index 7e4ea9325ddb..60218c9d8f65 100644 --- a/testing/mochitest/ssltunnel/Makefile.in +++ b/testing/mochitest/ssltunnel/Makefile.in @@ -60,9 +60,4 @@ LIBS = \ $(NSS_LIBS) \ $(NULL) -# WINCE needs libcmt. See Bug 487694. -ifeq ($(OS_ARCH),WINCE) -EXTRA_LIBS += libcmt.lib -endif - include $(topsrcdir)/config/rules.mk