Skip to content

Commit

Permalink
ASSERT(Cond) was obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Nov 15, 2017
1 parent 0ef40b1 commit abd427d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Debug/Assertion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ class AssertionViolationException
#define DEBUG_CODE(X)

#define ASS(Cond)
#define ASSERT(Cond)
#define ALWAYS(Cond) Cond
#define NEVER(Cond) Cond

Expand Down

0 comments on commit abd427d

Please sign in to comment.