no_memory labels have been entirely removed from libvirt code base.
Knowing that, let's also remove any mention to the label from our
hacking guide.
Signed-off-by: Fabiano FidĂȘncio <fidencio(a)redhat.com>
---
docs/hacking.html.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index 74aba5d46b..90bd0ddc81 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -1491,7 +1491,6 @@ BAD:
<pre>
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)
</pre>
--
2.24.1