Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Nov 21, 2024
1 parent 0b17414 commit bbbd5c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/output-appvar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,12 +1072,6 @@ int output_appvar_include(struct output *output)
FILE *fdh = NULL;
FILE *fds = NULL;

if (appvar->name == NULL)
{
LOG_ERROR("Missing \"name\" parameter for AppVar.\n");
goto error;
}

var_name = strings_concat(output->directory, appvar->name, ".8xv", 0);
if (var_name == NULL)
{
Expand Down

0 comments on commit bbbd5c5

Please sign in to comment.