diff options
| author | Alexander Potapenko <glider@google.com> | 2014-04-01 15:07:09 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2014-04-01 15:07:09 +0000 |
| commit | f3e92a9e717a948435a50442fdecf2713b9647df (patch) | |
| tree | 0010271b5f36ce7752441b5187aa127a1f51b805 /compiler-rt | |
| parent | 70882939f1eb3505829926de28a4b2063d1d4e03 (diff) | |
| download | bcm5719-llvm-f3e92a9e717a948435a50442fdecf2713b9647df.tar.gz bcm5719-llvm-f3e92a9e717a948435a50442fdecf2713b9647df.zip | |
[tsan] Remove an accidentally committed debug print.
llvm-svn: 205316
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_interceptors.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc b/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc index 3913941be11..fb45a393025 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc @@ -1906,7 +1906,6 @@ TSAN_INTERCEPTOR(int, fork, int fake) { if (cur_thread()->in_symbolizer) return REAL(fork)(fake); SCOPED_INTERCEPTOR_RAW(fork, fake); - Report("Thread %d is about to fork\n", GetTid()); ForkBefore(thr, pc); int pid = REAL(fork)(fake); if (pid == 0) { |

