| 351 | |
| 352 | # if !defined(DEATH_TARGET_SWITCH) |
| 353 | static std::int32_t DeleteDirectoryInternalCallback(const char* fpath, const struct stat* sb, std::int32_t typeflag, struct FTW* ftwbuf) |
| 354 | { |
| 355 | return ::remove(fpath); |
| 356 | } |
no outgoing calls
no test coverage detected