Skip to content

Commit

Permalink
Less_Tree_Call: Remove unused value property
Browse files Browse the repository at this point in the history
This has been here since the very first commit 810eb9f, but
was never used. It also does not exist in Less.js 2.5.3 or 3.13.1.

Change-Id: I18a4188745ce53ffae0d596578d94719d768ac03
  • Loading branch information
Krinkle committed Jul 2, 2024
1 parent 1b8e1c8 commit b780787
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 b780787

Please sign in to comment.