Convert the rest to new page parser code paths

And remove some now unused code.

See #5324
This commit is contained in:
Bjørn Erik Pedersen
2018-10-20 17:38:49 +02:00
parent 129c27ee6e
commit eb038cfa0a
14 changed files with 120 additions and 1467 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ import (
type Item struct {
Type ItemType
Pos Pos
Val []byte
Pos int
Val []byte
}
type Items []Item