Skip to content

Commit

Permalink
Remove spurious state attribute (#937)
Browse files Browse the repository at this point in the history
* Remove spurious state attribute

As far as I can see, this attribute is no longer used?

* Update pathological.json

* Update test/pathological.json
  • Loading branch information
chrisjsewell committed Nov 19, 2023
1 parent 6bce142 commit 13829a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/rules_block/state_block.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ function StateBlock(src, md, env, tokens) {

this.level = 0;

// renderer
this.result = '';

// Create caches
// Generate markers.
s = this.src;
Expand Down

0 comments on commit 13829a2

Please sign in to comment.