Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Killed this.
Browse files Browse the repository at this point in the history
svn path=/trunk/debugger/; revision=23664
  • Loading branch information
Martin Baulig committed Mar 3, 2004
1 parent 5e04e1a commit 64a3214
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backends/Debugger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ internal DaemonThreadHandler CreateDebuggerHandler (Process command_process)
return new DaemonThreadHandler (csharp_language.DaemonThreadHandler);
}

internal void ReachedManagedMain (Process process)
{
module_manager.UnLock ();
symtab_manager.Wait ();
}

public SourceLocation FindLocation (string file, int line)
{
foreach (Module module in Modules) {
Expand Down

0 comments on commit 64a3214

Please sign in to comment.