Skip to content

Commit

Permalink
Merge "Less_Tree_Call: Remove unused value property"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jul 2, 2024
2 parents 5c8ed85 + b780787 commit 64e6f22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Less/Tree/Call.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
* @private
* @see less-3.13.1.js#Call.prototype
*/
class Less_Tree_Call extends Less_Tree implements Less_Tree_HasValueProperty {
public $value;

class Less_Tree_Call extends Less_Tree {
public $name;
public $args;
public $calc;
Expand Down

0 comments on commit 64e6f22

Please sign in to comment.