Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
removing unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Aug 20, 2015
1 parent 531a731 commit afe8f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elisp/ghc-doc.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ end tell" uri)))
(mod- (ghc-replace-character mod ?. ?-))
(ver (ghc-pkg-ver-path-get-ver pkg-ver-path))
(path (ghc-pkg-ver-path-get-path pkg-ver-path))
(pkg-with-ver (format "%s-%s" pkg ver))
(local (format ghc-doc-local-format path mod-))
(remote (format ghc-doc-hackage-format pkg ver mod-))
(file (format "%s/%s.html" path mod-))
Expand Down

0 comments on commit afe8f69

Please sign in to comment.