1d0fc80 lib: setvcpus: Remove bogus flag check

Authored and Committed by Peter Krempa 8 years ago
    lib: setvcpus: Remove bogus flag check
    
    Since VIR_DOMAIN_AFFECT_CURRENT is 0 the flag check does not make sense
    as masking @flags with 0 will always equal to false.
    
        
file modified
+0 -6