[tarantool-patches] [PATCH 1/2] fiber: Drop unused FIBER_CALL_STACK
Cyrill Gorcunov
gorcunov at gmail.com
Fri Apr 12 01:17:08 MSK 2019
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
More information about the Tarantool-patches
mailing list