remove unused code

pull/1021/head
Rich Harris 8 years ago
parent 6bd410c886
commit 1edd0e171c

@ -1,13 +1,6 @@
import { Validator } from '../../';
import { Node } from '../../../interfaces';
const validTypes = new Set([
'FunctionExpression',
'ArrowFunctionExpression',
'Identifier',
'MemberExpression'
]);
export default function preload(validator: Validator, prop: Node) {
// not sure there's anything we need to check here...
}

Loading…
Cancel
Save