Commit f513c2a
committed
backup: drop unused backupStatus search condition from listBackups
The backupStatus condition was carried over from main, where #13254 added a
status filter to listBackups. 4.22 has neither ListBackupsCmd.getBackupStatus()
nor a setParameters call for it, so the condition is never populated and
SearchCriteria.getWhereClause() skips it. Dead code on this branch; the
statusNeq clause that hides tombstoned chain members is the one in use.1 parent 45821f1 commit f513c2a
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
980 | | - | |
981 | 980 | | |
982 | 981 | | |
983 | 982 | | |
| |||
0 commit comments