| 961 | } |
| 962 | |
| 963 | static void dep_stack_remove(void) |
| 964 | { |
| 965 | check_top = check_top->prev; |
| 966 | if (check_top) |
| 967 | check_top->next = NULL; |
| 968 | } |
| 969 | |
| 970 | /* |
| 971 | * Called when we have detected a recursive dependency. |
no outgoing calls
no test coverage detected