mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
remove obsolete variables
This commit is contained in:
parent
b8bd12f565
commit
688b761d32
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user