From 6bd3a39c3a37eb30ea872063ab073ec2ff39d13c Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:35:27 +0900 Subject: [PATCH] sync: drop unuseful comment (#12705) --- src/uu/sync/src/sync.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uu/sync/src/sync.rs b/src/uu/sync/src/sync.rs index c076f76f1..bb1ac8872 100644 --- a/src/uu/sync/src/sync.rs +++ b/src/uu/sync/src/sync.rs @@ -3,8 +3,6 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -/* Last synced with: sync (GNU coreutils) 8.13 */ - use clap::{Arg, ArgAction, Command}; #[cfg(any(target_os = "linux", target_os = "android"))] use nix::errno::Errno;