From f6c3ca8b2aba93945490d46e802667e98c68a398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 14 Mar 2016 15:46:20 +0100 Subject: [PATCH] transform: Remove unused code --- transform/absurlreplacer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/transform/absurlreplacer.go b/transform/absurlreplacer.go index 8e8269a05..74cd76d49 100644 --- a/transform/absurlreplacer.go +++ b/transform/absurlreplacer.go @@ -42,7 +42,6 @@ type absurllexer struct { width int // width of last element matchers []absURLMatcher - state stateFunc ms matchState matches [3]bool // track matches of the 3 prefixes