Skip to content

Commit 1576632

Browse files
Removing old doc (it's working now)
closes ruby-git#42
1 parent edbc151 commit 1576632

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/git/lib.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ def remote_add(name, url, opts = {})
537537
command('remote', arr_opts)
538538
end
539539

540-
# this is documented as such, but seems broken for some reason
541-
# i'll try to get around it some other way later
542540
def remote_remove(name)
543541
command('remote', ['rm', name])
544542
end

0 commit comments

Comments
 (0)