Skip to content

Commit e943cd4

Browse files
committed
Remove obsolete constructor parameters
1 parent 367c070 commit e943cd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ast.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,9 +2276,8 @@ namespace Sass {
22762276
protected:
22772277
size_t hash_;
22782278
public:
2279-
Selector(ParserState pstate, bool r = false, bool h = false)
2279+
Selector(ParserState pstate)
22802280
: Expression(pstate),
2281-
// has_reference_(r),
22822281
has_line_feed_(false),
22832282
has_line_break_(false),
22842283
is_optional_(false),

0 commit comments

Comments
 (0)