From 7da59534f846681c9f13af36378383395ebe7639 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 28 Oct 2022 16:58:25 -0700 Subject: meson: remove some unused variables Found with muon's analyze. Signed-off-by: Rosen Penev --- libsmartcols/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsmartcols') diff --git a/libsmartcols/meson.build b/libsmartcols/meson.build index 3692c03ec..122b1e8a8 100644 --- a/libsmartcols/meson.build +++ b/libsmartcols/meson.build @@ -3,7 +3,7 @@ dir_libsmartcols = include_directories('.', 'src') defs = configuration_data() defs.set('LIBSMARTCOLS_VERSION', pc_version) -libsmartcols_h = configure_file( +configure_file( input : 'src/libsmartcols.h.in', output : 'libsmartcols.h', configuration : defs, -- cgit v1.2.1