From 52a670c4c19f79325e545de1dac3a830aeec4706 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Fri, 19 May 2023 11:22:13 +0900 Subject: [PATCH] Remove unused method Found by trial application of Steep --- lib/lrama/states.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/lrama/states.rb b/lib/lrama/states.rb index f907db30..23609786 100644 --- a/lib/lrama/states.rb +++ b/lib/lrama/states.rb @@ -411,16 +411,6 @@ def rr_conflicts @states.flat_map(&:rr_conflicts) end - def initial_attrs - h = {} - - attrs.each do |attr| - h[attr.id] = false - end - - h - end - def trace_state if @trace_state yield STDERR