Skip to content

Commit

Permalink
Revert "Revert removed method" (caddyserver#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt authored Feb 20, 2017
1 parent c4842e0 commit 4b877ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions caddyfile/dispenser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4b877ee

Please sign in to comment.