remove redundant extern "C" block

This commit is contained in:
Daniel Micay 2019-03-23 13:41:12 -04:00
parent 45337ebe07
commit a0ee5f445b

2
new.cc
View File

@ -3,10 +3,8 @@
#define noreturn
extern "C" {
#include "h_malloc.h"
#include "util.h"
}
COLD static void *handle_out_of_memory(size_t size, bool nothrow) {
void *ptr = nullptr;