Skip to content

Commit 64e1528

Browse files
Update Port.elm
1 parent 5514ffc commit 64e1528

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Compiler/Optimize/Port.elm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ toEncoder tipe =
5858
else if name == Name.value then
5959
Names.registerGlobal A.zero ModuleName.basics Name.identity_
6060

61-
else if name == Name.bytes then
62-
encode "bytes"
63-
6461
else if name == Name.bytes then
6562
encodeBytes
6663

@@ -277,9 +274,6 @@ toDecoder tipe =
277274
( "Value", [] ) ->
278275
decode "value"
279276

280-
( "Bytes", [] ) ->
281-
decode "bytes"
282-
283277
( "Bytes", [] ) ->
284278
decodeBytes
285279

0 commit comments

Comments
 (0)