aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lrama/lib/lrama/type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lrama/lib/lrama/type.rb')
-rw-r--r--tool/lrama/lib/lrama/type.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/lrama/lib/lrama/type.rb b/tool/lrama/lib/lrama/type.rb
deleted file mode 100644
index fe5ff74058..0000000000
--- a/tool/lrama/lib/lrama/type.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-module Lrama
- class Type < Struct.new(:id, :tag, keyword_init: true)
- end
-end