diff --git a/parser.cpp b/parser.cpp index 196f417bcb..acc1234e2c 100644 --- a/parser.cpp +++ b/parser.cpp @@ -1619,9 +1619,6 @@ namespace Sass { { lex< identifier >(); string name(lexed); - if (name == "compact") { - warn("`compact` has been removed from libsass because it's not part of the Sass spec", pstate); - } ParserState call_pos = pstate; Arguments* args = parse_arguments(name == "url");