cocci: retire is_null_sha1() rule
commitb1299de4a1e9a193db2bfeb23508250ebbe2d67b
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Jun 2022 21:50:50 +0000 (7 14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jun 2022 22:53:24 +0000 (7 15:53 -0700)
treed70d9e9cb87003860ff3ec8f7227a0f86647f52b
parente54793a95afeea1e10de1e5ad7eab914e7416250
cocci: retire is_null_sha1() rule

Since 8d4d86b0 (cache: remove null_sha1, 2019-08-18) removed the
is_null_sha1() function, rewrite rules to correct callers of the
function to use is_null_oid() instead has become irrelevant, as any
new callers of the function will get caught by the compiler much
more quickly without spending cycles on Coccinelle.

Remove these rules.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/coccinelle/object_id.cocci