From 3d2207750a88933e58dfe55b572b25613322bd54 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 19 May 2020 13:03:26 +0100 Subject: meson: Remove unused variables The cc and config_h are unused. Remove them. Signed-off-by: Kieran Bingham --- meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 573b30c..c25dee3 100644 --- a/meson.build +++ b/meson.build @@ -6,9 +6,6 @@ project('elce-cam', 'c', 'cpp', 'cpp_std=c++11', ]) -cc = meson.get_compiler('c') -config_h = configuration_data() - # elce-cam source files # elce-cam.cpp is the fully commented application # mini=elce.cpp is for live coding during ELC-E 2019 -- cgit v1.2.1