More cleanup, remove an untrue comment.

llvm-svn: 176921
This commit is contained in:
Jim Ingham 2013-03-13 01:53:26 +00:00
parent 5bb7e1e11f
commit d19444c48b
1 changed files with 1 additions and 4 deletions

View File

@ -3187,10 +3187,7 @@ public:
// BreakpointLocations use RemoveOwnerFromBreakpointSite to remove
// themselves from the owner's list of this breakpoint sites. This has to
// be a static function because you can't be sure that removing the
// breakpoint from it's containing map won't delete the breakpoint site,
// and doing that in an instance method isn't copasetic.
// themselves from the owner's list of this breakpoint sites.
void
RemoveOwnerFromBreakpointSite (lldb::user_id_t owner_id,
lldb::user_id_t owner_loc_id,