| 101 | **************************************************************************/ |
| 102 | |
| 103 | void reset_backtrace_list(agent* thisAgent) |
| 104 | { |
| 105 | |
| 106 | free_backtrace_list(thisAgent, thisAgent->explain_backtrace_list); |
| 107 | thisAgent->explain_backtrace_list = NULL; |
| 108 | /* AGR 564 In both statements, the current_agent(...) was added. 2-May-94 */ |
| 109 | |
| 110 | } |
| 111 | |
| 112 | /*************************************************************************** |
| 113 | * Function : copy_cond_list |
no test coverage detected