Skip to content

Commit 3a08546

Browse files
committed
Removed obsolete macro in sharing map
1 parent 0ca9435 commit 3a08546

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/sharing_map.h

-2
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)