remove obsolete variables

This commit is contained in:
Emanuil Rusev 2014-02-21 02:02:36 +02:00
parent b8bd12f565
commit 688b761d32
1 changed files with 0 additions and 4 deletions

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;