Skip to content

Commit 24a177d

Browse files
committed
Remove unused Alias#full_old_name
1 parent bff3d05 commit 24a177d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/rdoc/code_object/alias.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ def aref
5959
"#alias-#{type}-#{html_name}"
6060
end
6161

62-
##
63-
# Full old name including namespace
64-
65-
def full_old_name
66-
@full_name || "#{parent.name}#{pretty_old_name}"
67-
end
68-
6962
##
7063
# HTML id-friendly version of +#new_name+.
7164

0 commit comments

Comments
 (0)