Kill unused var.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-07-24 18:26:13 +00:00
parent 8f699d20f7
commit d983ff8fda
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';