Skip to content

Commit 8f2c979

Browse files
committed
Drop redunant line and remove
1 parent e37ea6d commit 8f2c979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/in.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ global.unboxable = function(x) {
164164
}
165165

166166
global.fixUnboxable = function(x, schema) {
167-
const atomics = ["string", "number", "boolean"];
168167
var f = function(x, s, parent, index) {
169168
if (Array.isArray(x)) {
170169
if (typeIsAtomic(s.type) && unboxable(x)) {

0 commit comments

Comments
 (0)