Factor out common logic of unchanged_attrs and itemize into report_ATTR
[rsync/rsync.git] / tls.c
diff --git a/tls.c b/tls.c
index aa43b91..2dec059 100644 (file)
--- a/tls.c
+++ b/tls.c
@@ -53,14 +53,6 @@ int preserve_perms = 0;
 int preserve_executability = 0;
 char number_separator;
 
-#ifdef HAVE_UTIMENSAT
-#ifdef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
-#define ST_MTIME_NSEC st_mtim.tv_nsec
-#elif defined(HAVE_STRUCT_STAT_ST_MTIMENSEC)
-#define ST_MTIME_NSEC st_mtimensec
-#endif
-#endif
-
 #ifdef SUPPORT_XATTRS
 
 #ifdef HAVE_LINUX_XATTRS