summaryrefslogtreecommitdiff
path: root/inc/parserutils.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2012-07-28 10:49:13 +0200
committerMichael Hamann <michael@content-space.de>2012-07-28 11:34:46 +0200
commit92a5d12663ce0d2371a16a0b894f9796f020146c (patch)
treee8173988360586c0fd31926414769a4a9abe26f2 /inc/parserutils.php
parent91626c7f91db0e2bcd183db41a224b53b1ed3cd2 (diff)
downloadrpg-92a5d12663ce0d2371a16a0b894f9796f020146c.tar.gz
rpg-92a5d12663ce0d2371a16a0b894f9796f020146c.tar.bz2
Remove unused variables
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r--inc/parserutils.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php
index 9f5473d47..f182b84c4 100644
--- a/inc/parserutils.php
+++ b/inc/parserutils.php
@@ -206,7 +206,6 @@ function p_cached_output($file, $format='xhtml', $id='') {
* @author Andreas Gohr <andi@splitbrain.org>
*/
function p_cached_instructions($file,$cacheonly=false,$id='') {
- global $conf;
static $run = null;
if(is_null($run)) $run = array();