Skip to content

Commit

Permalink
crnlib: delete unused CRNLIB_NO_HEAP_ALLOC macro
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 4, 2024
1 parent e21d555 commit f6bcbe0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crnlib/crn_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
#define CRNLIB_NO_COPY_OR_ASSIGNMENT_OP(c) \
c(const c&); \
c& operator=(const c&)
#define CRNLIB_NO_HEAP_ALLOC() \
private: \
static void* operator new(size_t); \
static void* operator new[](size_t);

namespace crnlib {
namespace helpers {
Expand Down

0 comments on commit f6bcbe0

Please sign in to comment.