| 2961 | } |
| 2962 | |
| 2963 | bool Git::dispose(int64_t jobId) { |
| 2964 | #ifdef DORA_NO_WA |
| 2965 | DORA_UNUSED_PARAM(jobId); |
| 2966 | return false; |
| 2967 | #else // !DORA_NO_WA |
| 2968 | return WaGitDispose(jobId); |
| 2969 | #endif // !DORA_NO_WA |
| 2970 | } |
| 2971 | |
| 2972 | NS_DORA_END |
nothing calls this directly
no test coverage detected