remove_attribute
if (remove_attribute(fd, argv[0], isPattern) != B_OK) {
(void)remove_attribute;
result = remove_attribute(-1, localFD.Path(), attribute.c_str());
result = remove_attribute(localFD.FD(), NULL, attribute.c_str());