mirror of
https://github.com/reactos/ccache.git
synced 2025-01-09 13:00:37 +00:00
Remove unnecessary NULL check
This commit is contained in:
parent
2b2f5ddcd8
commit
f447ee7c14
2
ccache.c
2
ccache.c
@ -1462,7 +1462,7 @@ static void process_args(int argc, char **argv)
|
||||
|
||||
/* If dependencies are generated, configure the preprocessor */
|
||||
|
||||
if (generating_dependencies && output_obj) {
|
||||
if (generating_dependencies) {
|
||||
if (!dependency_filename_specified) {
|
||||
char *default_depfile_name = x_strdup(output_obj);
|
||||
char *p = strrchr(default_depfile_name, '.');
|
||||
|
Loading…
Reference in New Issue
Block a user