summaryrefslogtreecommitdiff
path: root/libsmartcols
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-10-28 16:58:25 -0700
committerRosen Penev <rosenp@gmail.com>2022-10-28 17:04:46 -0700
commit7da59534f846681c9f13af36378383395ebe7639 (patch)
tree10a4ecaeb481d59697d8674e6319bbb342e1c499 /libsmartcols
parentc41e47c120de626bc8ccb19937c911f7430c6842 (diff)
downloadutil-linux-7da59534f846681c9f13af36378383395ebe7639.tar.gz
meson: remove some unused variables
Found with muon's analyze. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/meson.build2
1 files changed, 1 insertions, 1 deletions
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,