0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-17 23:45:41 -05:00

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 {