Skip to content

Commit 3dd23d8

Browse files
authored
Remove workaround for protocolbuffers/protobuf#18807
1 parent 54fb16c commit 3dd23d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/sass/compiler/host/protofier.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def from_proto(proto)
112112
when :number
113113
Number.from_proto(obj)
114114
when :color
115-
obj.to_s if RUBY_ENGINE == 'jruby' # TODO: https://github.com/protocolbuffers/protobuf/issues/18807
116115
Sass::Value::Color.send(
117116
:for_space,
118117
obj.space,

0 commit comments

Comments
 (0)