From: Marcelo Juchem Date: Tue, 26 May 2015 21:54:52 +0000 (-0700) Subject: removing non-existing file from the build X-Git-Tag: v0.41.0~7 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a716b86b2e1b944cb12b6efede404e1aa3964f4d;p=folly.git removing non-existing file from the build Summary: broken by D2096146 Test Plan: arc unit Reviewed By: andrewcox@fb.com Subscribers: folly-diffs@, yfeldblum, chalfant FB internal diff: D2100773 Signature: t1:2100773:1432676073:a72e72fa5fb915b027fdfd31dd814d02e6606858 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index e7396712..0602265e 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -374,7 +374,6 @@ libfolly_la_SOURCES = \ io/async/EventBase.cpp \ io/async/EventBaseManager.cpp \ io/async/EventHandler.cpp \ - io/async/Request.cpp \ io/async/SSLContext.cpp \ io/async/HHWheelTimer.cpp \ io/async/test/TimeUtil.cpp \