summaryrefslogtreecommitdiff
path: root/xfa/src/fgas/include/fx_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fgas/include/fx_mem.h')
-rw-r--r--xfa/src/fgas/include/fx_mem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/src/fgas/include/fx_mem.h b/xfa/src/fgas/include/fx_mem.h
index 265c582884..c8875e185d 100644
--- a/xfa/src/fgas/include/fx_mem.h
+++ b/xfa/src/fgas/include/fx_mem.h
@@ -51,8 +51,6 @@ public:
}
void operator delete(void *p, void *place) {}
};
-#define FXTARGET_New new
#define FXTARGET_NewWith(__allocator__) new(__allocator__)
-#define FXTARGET_Delete delete
#define FXTARGET_DeleteWith(__class__, __allocator__, pointer) {(pointer)->~__class__(); (pointer)->operator delete((pointer), (__allocator__));}
#endif