From a0ee5f445b1759ec5a17596ebeaea3d73ea5a516 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 23 Mar 2019 13:41:12 -0400 Subject: [PATCH] remove redundant extern "C" block --- new.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/new.cc b/new.cc index 251ee74..5c24224 100644 --- a/new.cc +++ b/new.cc @@ -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;