diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-25 13:20:21 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-25 13:20:21 +0200 |
commit | e2da8ef1a313a810d1b24c9d5fa1639814d463d1 (patch) | |
tree | 4942f1eb2ee269a22addde24345190bfb10e7a62 | |
parent | 1d0ec10332515d6483f11d7913170667164817cc (diff) |
remove comments from files where they aren’t allowed
-rw-r--r-- | lock-fd | 1 | ||||
-rw-r--r-- | max-death-tally | 1 | ||||
-rw-r--r-- | notification-fd | 1 | ||||
-rw-r--r-- | timeout-kill | 1 |
4 files changed, 0 insertions, 4 deletions
@@ -1,2 +1 @@ -# TODO: are comments allowed here? 8 diff --git a/max-death-tally b/max-death-tally index 162b201..f599e28 100644 --- a/max-death-tally +++ b/max-death-tally @@ -1,2 +1 @@ -# TODO: are comments allowed here? 10 diff --git a/notification-fd b/notification-fd index 9d1305b..7f8f011 100644 --- a/notification-fd +++ b/notification-fd @@ -1,2 +1 @@ -# TODO: are comments allowed here? 7 diff --git a/timeout-kill b/timeout-kill index cd402cb..5caff40 100644 --- a/timeout-kill +++ b/timeout-kill @@ -1,2 +1 @@ -# TODO: are comments allowed here? 10000 |