mirror of
https://github.com/friendica/friendica
synced 2024-12-31 22:42:21 +00:00
Remove unused code
This commit is contained in:
parent
71add60f59
commit
3535c7c4cd
1 changed files with 0 additions and 4 deletions
|
@ -157,10 +157,6 @@ class Search extends BaseApi
|
|||
$condition = DBA::mergeConditions($condition, ["`uri-id` < ?", $max_id]);
|
||||
}
|
||||
|
||||
if (!empty($since_id)) {
|
||||
$condition = DBA::mergeConditions($condition, ["`uri-id` > ?", $since_id]);
|
||||
}
|
||||
|
||||
if (!empty($min_id)) {
|
||||
$condition = DBA::mergeConditions($condition, ["`uri-id` > ?", $min_id]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue