X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FExceptionWrapper.h;h=b00dc77d213a8e6e5efcf5d0187a4ccd3ca199a6;hp=6e11dd3c20ee7675b68b85a2a13245bbca4188f9;hb=3c7ee0d0b0174c3d5cbe22581201c8fbef666bdf;hpb=641ad8da9ecd87271bb3fcf05d06d9b7d85e5ff9 diff --git a/folly/ExceptionWrapper.h b/folly/ExceptionWrapper.h index 6e11dd3c..b00dc77d 100644 --- a/folly/ExceptionWrapper.h +++ b/folly/ExceptionWrapper.h @@ -513,11 +513,6 @@ class exception_wrapper final { //! Throws the wrapped expression. [[noreturn]] void throw_exception() const; - [[noreturn]] FOLLY_DEPRECATED( - "use throw_exception") void throwException() const { - throw_exception(); - } - //! Call `fn` with the wrapped exception (if any), if `fn` can accept it. //! \par Example //! \code