mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-04 13:03:25 +08:00
Revert "Revert removed method" (#1465)
This commit is contained in:
parent
c4842e0fc1
commit
4b877eebc4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user