1
0
Fork 0
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:
utilum 2018-05-05 20:07:52 +02:00
parent 09f26ed9da
commit 0428ed8067

View file

@ -25,8 +25,6 @@ module ActionDispatch
state = tt.eclosure(0) state = tt.eclosure(0)
until input.eos? until input.eos?
sym = input.scan(%r([/.?]|[^/.?]+)) sym = input.scan(%r([/.?]|[^/.?]+))
# FIXME: tt.eclosure is not needed for the GTG
state = tt.eclosure(tt.move(state, sym)) state = tt.eclosure(tt.move(state, sym))
end end