From 0e64623351443fcfe5d599990ae1092e1bfe7883 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 24 Jul 2006 18:26:13 +0000 Subject: [PATCH] Kill unused var. git-svn-id: https://develop.svn.wordpress.org/trunk@4040 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/category.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/category.php b/wp-includes/category.php index 1ea9b9d536..31274822d9 100644 --- a/wp-includes/category.php +++ b/wp-includes/category.php @@ -67,7 +67,6 @@ function &get_categories($args = '') { $exclusions = apply_filters('list_cats_exclusions', $exclusions, $r ); $where .= $exclusions; - $having = ''; if ( $hide_empty ) { if ( 'link' == $type ) $where .= ' AND link_count > 0';