Skip to content

Commit

Permalink
Remove unused variable reWhitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 9, 2020
1 parent 5c5623a commit aee219e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/inlines.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ var reSpnl = /^ *(?:\n *)?/;

var reWhitespaceChar = /^[ \t\n\x0b\x0c\x0d]/;

var reWhitespace = /[ \t\n\x0b\x0c\x0d]+/g;

var reUnicodeWhitespaceChar = /^\s/;

var reFinalSpace = / *$/;
Expand Down

0 comments on commit aee219e

Please sign in to comment.