Skip to content

Commit

Permalink
remove redundant code that leads to infinite recursion on CSS minific…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
lahmatiy committed Jan 16, 2018
1 parent 4cbc1ad commit 7dec41e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/common/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ File.prototype = {

if (token)
{
if (!token.links)
token.links = [];
token.links.push(link);

if (file.warn)
{
var loc = token.loc || '';
Expand Down

0 comments on commit 7dec41e

Please sign in to comment.