mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-04 20:25:27 +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)
|
private function find_blocks(array $lines, $block_context = null)
|
||||||
{
|
{
|
||||||
$block_tree = array();
|
|
||||||
|
|
||||||
$blocks = & $block_tree;
|
|
||||||
|
|
||||||
$block = null;
|
$block = null;
|
||||||
|
|
||||||
$context = null;
|
$context = null;
|
||||||
|
Reference in New Issue
Block a user