mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-22 01:12:48 +00:00
transform: Remove unused code
This commit is contained in:
parent
263daaeabc
commit
f6c3ca8b2a
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ type absurllexer struct {
|
||||||
width int // width of last element
|
width int // width of last element
|
||||||
|
|
||||||
matchers []absURLMatcher
|
matchers []absURLMatcher
|
||||||
state stateFunc
|
|
||||||
|
|
||||||
ms matchState
|
ms matchState
|
||||||
matches [3]bool // track matches of the 3 prefixes
|
matches [3]bool // track matches of the 3 prefixes
|
||||||
|
|
Loading…
Reference in a new issue