]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: coding-style: Remove "no_memory" as acceptable goto target
authorTim Wiederhake <twiederh@redhat.com>
Thu, 13 Jan 2022 16:13:58 +0000 (17:13 +0100)
committerTim Wiederhake <twiederh@redhat.com>
Mon, 17 Jan 2022 09:59:19 +0000 (10:59 +0100)
There are no instances of that label left.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/coding-style.rst

index 227af971903f7cb05a5a79059a81adacddf1e039..37e6009db4122873909620356f361af051a5e2ef 100644 (file)
@@ -948,7 +948,6 @@ makes sense:
 
   error:     A path only taken upon return with an error code
   cleanup:   A path taken upon return with success code + optional error
-  no_memory: A path only taken upon return with an OOM error code
   retry:     If needing to jump upwards (e.g., retry on EINTR)
 
 Top-level labels should be indented by one space (putting them on