[libvirt PATCH 3/4] docs: coding-style: Remove "no_memory" as acceptable goto target

Tim Wiederhake twiederh at redhat.com
Fri Jan 14 14:51:15 UTC 2022


There are no instances of that label left.

Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 docs/coding-style.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/coding-style.rst b/docs/coding-style.rst
index 3dedb032f4..14c5136398 100644
--- a/docs/coding-style.rst
+++ b/docs/coding-style.rst
@@ -953,7 +953,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
-- 
2.31.1




More information about the libvir-list mailing list