mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 19:32:35 +02:00
remove obsolete variables
This commit is contained in:
@@ -173,10 +173,6 @@ class Parsedown
|
||||
|
||||
private function find_blocks(array $lines, $block_context = null)
|
||||
{
|
||||
$block_tree = array();
|
||||
|
||||
$blocks = & $block_tree;
|
||||
|
||||
$block = null;
|
||||
|
||||
$context = null;
|
||||
|
Reference in New Issue
Block a user