removing unused variable.

This commit is contained in:
Kazu Yamamoto 2015-08-19 15:39:09 +09:00
parent 531a731da1
commit afe8f69ab9
1 changed files with 0 additions and 1 deletions

View File

@ -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-))