Skip to content

Commit ed0dfe8

Browse files
Remove unussed 'ABORT_VALIDATION' constant (#2193)
Fixes #2170
1 parent 98e5233 commit ed0dfe8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/validation/validate.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import {
2020
ValidationContext,
2121
} from './ValidationContext';
2222

23-
export const ABORT_VALIDATION = Object.freeze({});
24-
2523
/**
2624
* Implements the "Validation" section of the spec.
2725
*

0 commit comments

Comments
 (0)