1
0
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:
Emanuil Rusev 2014-02-21 02:02:36 +02:00
parent b8bd12f565
commit 688b761d32

View File

@ -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;