Remove FOLLY_NORETURN from definition.
authorPeter Griess <pgriess@fb.com>
Thu, 26 Dec 2013 21:32:41 +0000 (13:32 -0800)
committerPeter Griess <pgriess@fb.com>
Fri, 27 Dec 2013 16:27:27 +0000 (08:27 -0800)
commit4d6d659d59c3d0a9f92c099ff2b53bee8e95bad7
tree1296203b78234347f6c9cf7b7a30751d34616da6
parent19e5f7ed316251e9c559c42322b97f9a5e9f47d8
Remove FOLLY_NORETURN from definition.

Summary:
- Remove FOLLY_NORETURN from function definitions, which was causing
compilation errors on some platforms.

Test Plan: - Compile on Mac OS X with Clang

Reviewed By: tudorb@fb.com

FB internal diff: D1111416
folly/detail/FunctionalExcept.cpp