Skip to content

Commit

Permalink
Remove unused local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Nov 10, 2015
1 parent a0c0645 commit 104fee7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/html_api.php
Expand Up @@ -1428,7 +1428,6 @@ function html_status_legend( $p_display_position, $p_restrict_by_filter = false
echo '<tr>';

# draw the status bar
$t_status_enum_string = config_get( 'status_enum_string' );
foreach( $t_status_array as $t_status => $t_name ) {
$t_val = isset( $t_status_names[$t_status] )
? $t_status_names[$t_status]
Expand Down
2 changes: 0 additions & 2 deletions core/print_api.php
Expand Up @@ -854,8 +854,6 @@ function print_version_option_list( $p_version = '', $p_project_id = null, $p_re

$t_listed = array();
$t_max_length = config_get( 'max_dropdown_length' );
$t_show_version_dates = access_has_project_level( config_get( 'show_version_dates_threshold' ) );
$t_short_date_format = config_get( 'short_date_format' );

foreach( $t_versions as $t_version ) {
# If the current version is obsolete, and current version not equal to $p_version,
Expand Down

0 comments on commit 104fee7

Please sign in to comment.