Skip to content

Commit

Permalink
Remove duplicate attr :annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 29, 2023
1 parent 4bde89b commit 7349d06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/async/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ def annotate(annotation)
end
end

def annotation
@annotation
end

def description
@object_name ||= "#{self.class}:#{format '%#018x', object_id}#{@transient ? ' transient' : nil}"

Expand Down

0 comments on commit 7349d06

Please sign in to comment.