From c807f65de6bd28b520f90ea93e5048ff1cd76075 Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Thu, 13 Jan 2022 17:13:58 +0100 Subject: [PATCH] docs: coding-style: Remove "no_memory" as acceptable goto target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are no instances of that label left. Signed-off-by: Tim Wiederhake Reviewed-by: Ján Tomko --- docs/coding-style.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/coding-style.rst b/docs/coding-style.rst index 227af97190..37e6009db4 100644 --- a/docs/coding-style.rst +++ b/docs/coding-style.rst @@ -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