Skip to content

Commit

Permalink
Merge pull request oxeanbits#14 from Victorcorcos/remove_duplicate_macro
Browse files Browse the repository at this point in the history
Remove duplicated macro
  • Loading branch information
Victorcorcos authored May 22, 2018
2 parents 3ad3b8e + 6c09a40 commit 58373ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions value_test/mpDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
*/
#define MUP_TOK_CAST(TYPE, POINTER) static_cast<TYPE>(POINTER);

/**
A macro to specifically indicate when something is unused
*/
#define _unused(x) ((void)(x))

#if defined(_DEBUG)

/** \brief Debug macro to force an abortion of the programm with a certain message.
Expand Down

0 comments on commit 58373ef

Please sign in to comment.