Skip to content

Commit

Permalink
Missing TSAN define refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Jun 12, 2024
1 parent 6c90e21 commit 318c9dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/func/miracle_ptr/miracle_ptr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
*
* Do not use as is.
*/
#if defined(__has_feature)
# if __has_feature(thread_sanitizer)
# define SNMALLOC_THREAD_SANITIZER_ENABLED
# endif
#endif

#ifdef SNMALLOC_THREAD_SANITIZER_ENABLED
int main()
Expand Down

0 comments on commit 318c9dd

Please sign in to comment.