Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4662bdd

Browse files
committedMay 22, 2018
Removed obsolete macro in sharing map
1 parent 661629a commit 4662bdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/util/sharing_map.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ Author: Daniel Poetzl
3535

3636
#ifdef SM_INTERNAL_CHECKS
3737
#define SM_ASSERT(b) INVARIANT(b, "Sharing map internal invariant")
38-
#define SM_ASSERT_USE(v, b) SM_ASSERT(b)
3938
#else
4039
#define SM_ASSERT(b)
41-
#define SM_ASSERT_USE(v, b) v = v;
4240
#endif
4341

4442
#define SHARING_MAPT(R) \

0 commit comments

Comments
 (0)
Please sign in to comment.