[all-commits] [llvm/llvm-project] 7faf12: tsan: remove expected race leftover

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Thu Sep 23 05:13:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7faf1285f2c416494aacf7ee13e70e330b2f0540
      https://github.com/llvm/llvm-project/commit/7faf1285f2c416494aacf7ee13e70e330b2f0540
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h

  Log Message:
  -----------
  tsan: remove expected race leftover

Remove nmissed_expected variable.
It's a leftover from removed "expected race" feature and is never incremented.

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D110321




More information about the All-commits mailing list