Remove now-redundant Linux/BSD-specific clip clear logic

This commit is contained in:
2025-12-26 20:48:33 -05:00
parent fdce036be6
commit 6004a94b77
5 changed files with 3 additions and 41 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build (windows || wsl || (darwin && !ios) || (android && termux)) && interactive
//go:build !ios && (!android || termux) && interactive
package clip