Skip to content

Commit

Permalink
Remove unussed 'ABORT_VALIDATION' constant (#2193)
Browse files Browse the repository at this point in the history
Fixes #2170
  • Loading branch information
IvanGoncharov committed Sep 22, 2019
1 parent 98e5233 commit ed0dfe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/validation/validate.js
Expand Up @@ -20,8 +20,6 @@ import {
ValidationContext,
} from './ValidationContext';

export const ABORT_VALIDATION = Object.freeze({});

/**
* Implements the "Validation" section of the spec.
*
Expand Down

0 comments on commit ed0dfe8

Please sign in to comment.