There are no instances of that label left.
Signed-off-by: Tim Wiederhake <twiederh(a)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