From: Hypolite Petovan Date: Tue, 2 Jan 2018 13:30:15 +0000 (-0500) Subject: Review: Removed unused code in include/bbcode X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3dab04e6cc5c2ced6ed474f0146cb0325e1a5700;p=friendica.git Review: Removed unused code in include/bbcode --- diff --git a/include/bbcode.php b/include/bbcode.php index ef7053010d..261bdfcf66 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -485,8 +485,6 @@ function bb_ShareAttributes($share, $simplehtml) $posted = ""; - $itemcache = get_itemcachepath(); - preg_match("/posted='(.*?)'/ism", $attributes, $matches); if (x($matches, 1)) { $posted = $matches[1];