Remove an unused variable
This commit is contained in:
parent
bffe87e053
commit
55a5d0a69f
1 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ module.exports = function() {
|
||||||
* @return {string[]}
|
* @return {string[]}
|
||||||
*/
|
*/
|
||||||
function splitDeclList(declList) {
|
function splitDeclList(declList) {
|
||||||
var indices = [], res = [], inParen = 0, match
|
var indices = [], res = [], match
|
||||||
|
|
||||||
// remove comments, preserving comments in strings.
|
// remove comments, preserving comments in strings.
|
||||||
declList = declList.replace(
|
declList = declList.replace(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue