Skip to content

Commit 3770b0f

Browse files
committed
Refactor: libcrmcommon: Drop unnecessary Coverity suppression
At least on my machine, this one is no longer needed after all the recent refactors. Signed-off-by: Reid Wahl <[email protected]>
1 parent cf33fe1 commit 3770b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

daemons/execd/remoted_pidone.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ load_env_var_line(const char *line)
163163
}
164164

165165
// Don't overwrite (bundle options take precedence)
166-
// coverity[tainted_string] Can't easily be changed right now
167166
setenv(name, value_to_set, 0);
168167

169168
done:

0 commit comments

Comments
 (0)