chiark / gitweb /
core: drop now-redundant special-casing of JOB_NOP
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 26 Nov 2014 15:33:45 +0000 (16:33 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Wed, 26 Nov 2014 15:33:45 +0000 (16:33 +0100)
commit61da906a744594002c2c967ecf6ec7899c7a9397
tree353e39eba405025d8d573da3e57afcf8c006c842
parent7e803f5ecf689216d6fcd8a1d19a442f234bf28b
core: drop now-redundant special-casing of JOB_NOP

job_type_is_conflicting(X, JOB_NOP) correctly gives: false.

job_type_allows_late_merge(JOB_NOP) && job_type_is_superset(X, JOB_NOP)
correctly gives: true.
src/core/job.c