Simplify deduplicate-inferior-packages
Use the a-version and b-version variables, rather than calling the functions again.
This commit is contained in:
parent
8ab72e633a
commit
0cc749a1fa
1 changed files with 2 additions and 2 deletions
|
|
@ -775,8 +775,8 @@ WHERE job_id = $1")
|
|||
(b-location (inferior-package-location b)))
|
||||
(< (location-line a-location)
|
||||
(location-line b-location)))
|
||||
(string<? (inferior-package-version a)
|
||||
(inferior-package-version b))))
|
||||
(string<? a-version
|
||||
b-version)))
|
||||
(string<? a-name
|
||||
b-name)))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue