From db2d0e009503539b134fd43837d440028d5b8de7 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 Jan 2017 23:38:32 +0000 Subject: [PATCH] removal of useless variable --- mod/item.php | 2 -- 1 file changed, 2 deletions(-) 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'];