rmdir_or_warn     908 git-compat-util.h int rmdir_or_warn(const char *path);
rmdir_or_warn     574 wrapper.c      	return S_ISGITLINK(mode) ? rmdir_or_warn(file) : unlink_or_warn(file);