From 0fff5ef23382f8c13d079dae41b1664999d9c2a7 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 17 Apr 2015 16:03:41 -0700 Subject: Remove unused FX_NEW definition. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1096853002 --- core/include/fxcrt/fx_memory.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/include/fxcrt/fx_memory.h') diff --git a/core/include/fxcrt/fx_memory.h b/core/include/fxcrt/fx_memory.h index 4e7c501318..4116e17450 100644 --- a/core/include/fxcrt/fx_memory.h +++ b/core/include/fxcrt/fx_memory.h @@ -24,7 +24,6 @@ void FXMEM_DefaultFree(void* pointer, int flags); #ifdef __cplusplus } -#define FX_NEW new #define FX_NEW_VECTOR(Pointer, Class, Count) (Pointer = new Class[Count]) #define FX_DELETE_VECTOR(Pointer, Class, Count) delete[] Pointer -- cgit v1.2.3