Skip to content

Commit 33a5f7f

Browse files
atroldregad
authored andcommitted
Remove unused code
1 parent 6248ccf commit 33a5f7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Source.FilterAPI.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ function Source_Process_FilterOption( $key, $option ) {
168168
}
169169

170170
$sql = null;
171-
$text = false;
172171

173172
# Date searching
174173
if ( $key == 'date_start' && !is_null( $value ) ) {
@@ -533,7 +532,6 @@ function Source_Author_Select( $p_selected=null ) {
533532
}
534533

535534
$t_changeset_table = plugin_table( 'changeset' );
536-
$t_user_table = db_get_table( 'user' );
537535

538536
$t_query = "SELECT DISTINCT( author ) FROM $t_changeset_table ORDER BY author ASC";
539537
$t_result = db_query( $t_query );

0 commit comments

Comments
 (0)