summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 511f70500..4c8c432fc 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -146,7 +146,6 @@ copy_attr_error (struct error_context *ctx ATTRIBUTE_UNUSED,
va_list ap;
if (!errno_unsupported (errno))
- if (errno != ENOTSUP && errno != ENODATA)
{
/* use verror module to print error message */
va_start (ap, fmt);