From 3dab04e6cc5c2ced6ed474f0146cb0325e1a5700 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 2 Jan 2018 08:30:15 -0500 Subject: [PATCH] Review: Removed unused code in include/bbcode --- include/bbcode.php | 2 -- 1 file changed, 2 deletions(-) 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]; -- 2.39.5