mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
Remove some commented out code.
llvm-svn: 177668
This commit is contained in:
@@ -577,10 +577,6 @@ Thread::ShouldStop (Event* event_ptr)
|
||||
log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
|
||||
__FUNCTION__,
|
||||
GetID ());
|
||||
// log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
|
||||
// __FUNCTION__,
|
||||
// GetID (),
|
||||
// GetRegisterContext()->GetPC());
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -590,10 +586,6 @@ Thread::ShouldStop (Event* event_ptr)
|
||||
log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
|
||||
__FUNCTION__,
|
||||
GetID ());
|
||||
// log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
|
||||
// __FUNCTION__,
|
||||
// GetID (),
|
||||
// GetRegisterContext()->GetPC());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user