Skip to content

Commit

Permalink
Remove a useless assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-schaefer committed Jun 23, 2017
1 parent 254f034 commit 3f8a2bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/doc_comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@
var key = parseType(scope, str, pos + 2);
if (!key) return null;
pos = skipSpace(str, key.end);
madeUp = madeUp || key.madeUp;
if (str.charAt(pos++) != ",") return null;
var val = parseType(scope, str, pos);
if (!val) return null;
Expand Down

0 comments on commit 3f8a2bc

Please sign in to comment.