remove stupid comment

This commit is contained in:
Honkazel 2025-02-07 00:01:38 +05:00 committed by GitHub
parent 90f333107d
commit d62f0c4554
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,6 @@ void Clipboard::copy(const char* fmt, ...) {
outputStr = strdup(buf);
if (fork() == 0)
// clang-tidy didn't warn about that NULL... what?
execlp("wl-copy", "wl-copy", outputStr, nullptr);
free(outputStr);