Skip to content

Commit aee219e

Browse files
committed
Remove unused variable reWhitespace.
1 parent 5c5623a commit aee219e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/inlines.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ var reSpnl = /^ *(?:\n *)?/;
6767

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

70-
var reWhitespace = /[ \t\n\x0b\x0c\x0d]+/g;
71-
7270
var reUnicodeWhitespaceChar = /^\s/;
7371

7472
var reFinalSpace = / *$/;

0 commit comments

Comments
 (0)