From 0428ed8067b0c33602b14c5a02d2e64ffd4801d4 Mon Sep 17 00:00:00 2001 From: utilum Date: Sat, 5 May 2018 20:07:52 +0200 Subject: Remove 7 years old note-to-self by tenderlove Introduced in rails/journey@a806beb [ci skip] --- actionpack/lib/action_dispatch/journey/nfa/simulator.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/actionpack/lib/action_dispatch/journey/nfa/simulator.rb b/actionpack/lib/action_dispatch/journey/nfa/simulator.rb index 8efe48d91c..002f6feb97 100644 --- a/actionpack/lib/action_dispatch/journey/nfa/simulator.rb +++ b/actionpack/lib/action_dispatch/journey/nfa/simulator.rb @@ -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 -- cgit v1.2.3