ddfc6db apibuild: Avoid double sorting of ids

1 file Authored by rstoyanov 6 years ago, Committed by berrange 6 years ago,
    apibuild: Avoid double sorting of ids
    
    The uniq() function returns a sorted list, there is no need
    to sort this list again.
    
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
    
        
file modified
+6 -13