Kill unused var.

git-svn-id: https://develop.svn.wordpress.org/trunk@4040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-07-24 18:26:13 +00:00
parent c64dd2df81
commit 0e64623351
1 changed files with 0 additions and 1 deletions

View File

@ -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';