From: Cyrill Gorcunov <gorcunov@gmail.com> To: tml <tarantool-patches@freelists.org> Cc: Cyrill Gorcunov <gorcunov@gmail.com> Subject: [tarantool-patches] [PATCH 1/2] fiber: Drop unused FIBER_CALL_STACK Date: Fri, 12 Apr 2019 01:17:08 +0300 [thread overview] Message-ID: <20190411221709.17340-2-gorcunov@gmail.com> (raw) In-Reply-To: <20190411221709.17340-1-gorcunov@gmail.com> The constant is leftover from 0858590216ba36cd5e4f69be84f643fd00a85e87 --- src/lib/core/fiber.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/core/fiber.h b/src/lib/core/fiber.h index 89fb04284..6cc51bda3 100644 --- a/src/lib/core/fiber.h +++ b/src/lib/core/fiber.h @@ -433,8 +433,6 @@ struct fiber { char name[FIBER_NAME_MAX + 1]; }; -enum { FIBER_CALL_STACK = 16 }; - struct cord_on_exit; /** -- 2.20.1
next prev parent reply other threads:[~2019-04-11 22:17 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-11 22:17 [tarantool-patches] [PATCH 0/2] fiber: A few cleanups Cyrill Gorcunov 2019-04-11 22:17 ` Cyrill Gorcunov [this message] 2019-04-11 22:17 ` [tarantool-patches] [PATCH 2/2] fiber: Define constants for reserved fids Cyrill Gorcunov 2019-04-12 15:15 ` [tarantool-patches] [PATCH 0/2] fiber: A few cleanups Vladimir Davydov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190411221709.17340-2-gorcunov@gmail.com \ --to=gorcunov@gmail.com \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 1/2] fiber: Drop unused FIBER_CALL_STACK' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox