Skip to content

Commit

Permalink
Remove extraneous comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 14, 2010
1 parent 003a2a4 commit 6ec616e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions processor/breakpoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class CmdProcessor
# If no breakpoint stop this is nil.

def breakpoint_initialize
@brkpts = BreakpointMgr.new
@brkpt = nil
@brkpts = BreakpointMgr.new
@brkpt = nil
end

def breakpoint?
Expand Down Expand Up @@ -138,15 +138,6 @@ def delete_breakpoint(bp)
end

# MRI 1.9.2 code
# # Delete a breakpoint given its breakpoint number.
# def delete_breakpoint_by_number(bpnum, do_enable=true)
# bp = breakpoint_find(bpnum)
# return false unless bp

# @brkpts.delete_by_brkpt(bp)
# return true
# end

# # Enable or disable a breakpoint given its breakpoint number.
# def en_disable_breakpoint_by_number(bpnum, do_enable=true)
# bp = breakpoint_find(bpnum)
Expand Down

0 comments on commit 6ec616e

Please sign in to comment.