Skip to content

Commit eebcadc

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 f94c34d commit eebcadc

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
@@ -159,7 +159,6 @@ load_env_var_line(const char *line)
159159
* value after stripping the trailing comment and processing quotes and
160160
* backslashes.
161161
*/
162-
// coverity[tainted_string] Can't easily be changed right now
163162
setenv(name, ((argc == 1)? argv[0] : ""), 0);
164163

165164
done:

0 commit comments

Comments
 (0)