Commit 4b877eeb authored by Matt Holt's avatar Matt Holt Committed by GitHub

Revert "Revert removed method" (#1465)

parent c4842e0f
...@@ -120,12 +120,6 @@ func (d *Dispenser) NextBlock() bool { ...@@ -120,12 +120,6 @@ func (d *Dispenser) NextBlock() bool {
return true return true
} }
// IncrNest adds a level of nesting to the dispenser.
func (d *Dispenser) IncrNest() {
d.nesting++
return
}
// Val gets the text of the current token. If there is no token // Val gets the text of the current token. If there is no token
// loaded, it returns empty string. // loaded, it returns empty string.
func (d *Dispenser) Val() string { func (d *Dispenser) Val() string {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment