summaryrefslogtreecommitdiff
path: root/prism/templates/lib/prism/serialize.rb.erb
diff options
context:
space:
mode:
Diffstat (limited to 'prism/templates/lib/prism/serialize.rb.erb')
-rw-r--r--prism/templates/lib/prism/serialize.rb.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/prism/templates/lib/prism/serialize.rb.erb b/prism/templates/lib/prism/serialize.rb.erb
index 1356496a5e..5e195d9bbc 100644
--- a/prism/templates/lib/prism/serialize.rb.erb
+++ b/prism/templates/lib/prism/serialize.rb.erb
@@ -91,7 +91,6 @@ module Prism
case load_varuint
when 0 then InlineComment.new(load_location)
when 1 then EmbDocComment.new(load_location)
- when 2 then DATAComment.new(load_location)
end
end
end