Skip to content

Commit

Permalink
🔥 Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 27, 2024
1 parent e5b93fb commit 23b2159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ conf_data.set(
has_header,
description: 'have <string.h>',
)
conf_file = configure_file(output: 'config.h', configuration: conf_data)
configure_file(output: 'config.h', configuration: conf_data)
add_project_arguments('-DHAVE_CONFIG_H=1', language: ['c', 'linearasm'])
files = [
'downsample.c',
Expand Down

0 comments on commit 23b2159

Please sign in to comment.