diff options
Diffstat (limited to 'transform')
-rw-r--r-- | transform/absurlreplacer.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |