summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-25 16:09:56 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-27 15:43:56 +0200
commitee75e2999b66bd9f258a241c487b6677cf2fa071 (patch)
treec819912b6f68b4d6f96f22a40dab81893ba21984 /helpers
parent15b64d51da48807c5f896f17b33d8c0d054c9461 (diff)
Remove the now superflous defaultExtension
And some other unsed fields and methods.
Diffstat (limited to 'helpers')
-rw-r--r--helpers/url.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/url.go b/helpers/url.go
index defde6a17..445302123 100644
--- a/helpers/url.go
+++ b/helpers/url.go
@@ -129,7 +129,6 @@ func (p *PathSpec) URLEscape(uri string) string {
// base: http://spf13.com/
// path: post/how-i-blog
// result: http://spf13.com/post/how-i-blog
-// TODO(bep) output check why this is still in use.
func MakePermalink(host, plink string) *url.URL {
base, err := url.Parse(host)