From: Michael Date: Sun, 1 Jan 2017 23:38:32 +0000 (+0000) Subject: removal of useless variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=db2d0e009503539b134fd43837d440028d5b8de7;p=friendica.git removal of useless variable --- diff --git a/mod/item.php b/mod/item.php index 8290acb9e6..9e38382cc3 100644 --- a/mod/item.php +++ b/mod/item.php @@ -103,8 +103,6 @@ function item_post(&$a) { ); } - $thr_parent_item = $r[0]; - // if this isn't the real parent of the conversation, find it if (dbm::is_result($r)) { $parid = $r[0]['parent'];