summaryrefslogtreecommitdiff
path: root/usr/austin/ogle/goroutine.go
diff options
context:
space:
mode:
Diffstat (limited to 'usr/austin/ogle/goroutine.go')
-rw-r--r--usr/austin/ogle/goroutine.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/austin/ogle/goroutine.go b/usr/austin/ogle/goroutine.go
index b3cc827b7..2dc3d7ec7 100644
--- a/usr/austin/ogle/goroutine.go
+++ b/usr/austin/ogle/goroutine.go
@@ -41,7 +41,6 @@ func (t *Goroutine) resetFrame() (err os.Error) {
// Out selects the caller frame of the current frame.
func (t *Goroutine) Out() os.Error {
- // TODO(austin) Outer can abort
f, err := t.frame.Outer();
if f != nil {
t.frame = f;