summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
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)