Revert "Revert removed method" (#1465)

This commit is contained in:
Matt Holt 2017-02-20 08:47:56 -07:00 committed by GitHub
parent c4842e0fc1
commit 4b877eebc4

View File

@ -120,12 +120,6 @@ func (d *Dispenser) NextBlock() bool {
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
// loaded, it returns empty string.
func (d *Dispenser) Val() string {