Skip to content

Commit

Permalink
(cherrypicked) remove duplicate constant definition
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Feb 16, 2013
1 parent 17f8d26 commit 990ce75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jison.js
Expand Up @@ -733,7 +733,6 @@ lrGeneratorMixin.canonicalCollectionInsert = function canonicalCollectionInsert

var NONASSOC = 0;
lrGeneratorMixin.parseTable = function parseTable (itemSets) {
var NONASSOC = 0;
var states = [],
nonterminals = this.nonterminals,
operators = this.operators,
Expand Down

0 comments on commit 990ce75

Please sign in to comment.