Skip to content

Commit 0c425fd

Browse files
committed
Removed unused constant.
1 parent 3c6ab18 commit 0c425fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/filters/ignore.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const {none} = require('stream-chain');
77
const {filterBase, makeStackDiffer} = require('./filter-base.js');
88
const withParser = require('../utils/with-parser.js');
99

10-
const defaultEmptyArrayItem = {name: 'nullValue', value: null};
11-
1210
const ignore = options => {
1311
const stackDiffer = makeStackDiffer();
1412
return filterBase({

0 commit comments

Comments
 (0)