mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove 7 years old note-to-self by tenderlove
Introduced in rails/journey@a806beb [ci skip]
This commit is contained in:
parent
09f26ed9da
commit
0428ed8067
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ module ActionDispatch
|
|||
state = tt.eclosure(0)
|
||||
until input.eos?
|
||||
sym = input.scan(%r([/.?]|[^/.?]+))
|
||||
|
||||
# FIXME: tt.eclosure is not needed for the GTG
|
||||
state = tt.eclosure(tt.move(state, sym))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue