Skip to content
Snippets Groups Projects
Commit 9e7b460c authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Vladimir Davydov
Browse files

fiber: Drop unused FIBER_CALL_STACK

The constant is leftover from 08585902
parent c0260529
No related branches found
No related tags found
No related merge requests found
......@@ -433,8 +433,6 @@ struct fiber {
char name[FIBER_NAME_MAX + 1];
};
enum { FIBER_CALL_STACK = 16 };
struct cord_on_exit;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment