Skip to content

Commit

Permalink
Code cleanup: Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Oct 22, 2013
1 parent fa979d8 commit 4213b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/version_api.php
Expand Up @@ -476,7 +476,6 @@ function version_get_all_rows( $p_project_id, $p_released = null, $p_obsolete =
return $t_versions; return $t_versions;
} }


$c_project_id = db_prepare_int( $p_project_id );
$t_project_version_table = db_get_table( 'project_version' ); $t_project_version_table = db_get_table( 'project_version' );


$t_param_count = 0; $t_param_count = 0;
Expand Down

0 comments on commit 4213b6f

Please sign in to comment.