[tsan] Remove an accidentally committed debug print.

llvm-svn: 205316
This commit is contained in:
Alexander Potapenko 2014-04-01 15:07:09 +00:00
parent 70882939f1
commit f3e92a9e71
1 changed files with 0 additions and 1 deletions

View File

@ -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) {