Merge "Remove dead longjmperror."

This commit is contained in:
Treehugger Robot 2017-08-24 01:07:36 +00:00 committed by Gerrit Code Review
commit 8afd42ff28

View file

@ -39,7 +39,3 @@ void __assert(const char* file, int line, const char* failed_expression) {
void __assert2(const char* file, int line, const char* function, const char* failed_expression) {
async_safe_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression);
}
extern "C" __LIBC_HIDDEN__ void longjmperror() {
async_safe_fatal("longjmp botch");
}