Fixup a reference to detail/FunctionalExcept.cpp
authorChristopher Dykes <cdykes@fb.com>
Mon, 22 Aug 2016 22:55:49 +0000 (15:55 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Mon, 22 Aug 2016 23:08:31 +0000 (16:08 -0700)
Summary: I missed this reference when I moved it to the portability folder. It is already being compiled at its new location.

Reviewed By: yfeldblum

Differential Revision: D3754227

fbshipit-source-id: 357b0c26ddbcefdc7640f6a334150abba90ed711

folly/Makefile.am

index 5df00b826a62c785510f2795cf3b8f31986fcc7d..a51285f4157e0484fac57c3e7866676cc21c1aaa 100644 (file)
@@ -497,10 +497,6 @@ if !HAVE_WEAK_SYMBOLS
 libfollybase_la_SOURCES += detail/MallocImpl.cpp
 endif
 
-if !HAVE_BITS_FUNCTEXCEPT_H
-libfollybase_la_SOURCES += detail/FunctionalExcept.cpp
-endif
-
 if HAVE_BOOST_CONTEXT
 nobase_follyinclude_HEADERS += \
        fibers/AddTasks.h \