Skip to content

Commit a392268

Browse files
committed
Remove duplicate properties
1 parent 7348764 commit a392268

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vm/util.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ const OPCODES_STR = {
2929
[OpCodes.DIVF]: 'DIVF ',
3030
[OpCodes.MODG]: 'MODG ',
3131
[OpCodes.MODF]: 'MODF ',
32-
[OpCodes.NEGG]: 'NEGG ',
33-
[OpCodes.NEGF]: 'NEGF ',
3432
[OpCodes.NOTG]: 'NOTG ',
3533
[OpCodes.NOTB]: 'NOTB ',
3634
[OpCodes.LTG]: 'LTG ',
@@ -44,9 +42,6 @@ const OPCODES_STR = {
4442
[OpCodes.EQG]: 'EQG ',
4543
[OpCodes.EQF]: 'EQF ',
4644
[OpCodes.EQB]: 'EQB ',
47-
[OpCodes.NEQG]: 'NEQG ',
48-
[OpCodes.NEQF]: 'NEQF ',
49-
[OpCodes.NEQB]: 'NEQB ',
5045
[OpCodes.NEWC]: 'NEWC ',
5146
[OpCodes.NEWA]: 'NEWA ',
5247
[OpCodes.LDLG]: 'LDLG ',

0 commit comments

Comments
 (0)