Skip to content

Commit e76d627

Browse files
committed
Revert "Fix the following compiler (clang 11) warning"
This reverts commit 56a8038.
1 parent 37bc2d2 commit e76d627

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/vm.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,9 +1710,6 @@ class Interpreter {
17101710
case json::value_t::discarded: {
17111711
abort();
17121712
}
1713-
1714-
case json::value_t::binary:
1715-
break;
17161713
}
17171714
}
17181715

0 commit comments

Comments
 (0)