From 33a14305d53776fcf89f01a7ced222120de23f34 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Fri, 8 Sep 2023 09:22:43 +0200 Subject: [PATCH] Meson: Get rid of from_git --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index 9a2108678f..ae244a7473 100644 --- a/meson.build +++ b/meson.build @@ -20,9 +20,6 @@ summary('Build Dir', product_build_dir, section: 'Build') # Setup some modules fs = import('fs') -# Check if we're running from a git checkout -from_git = fs.exists('.git') - # Create the configuration object and dependencies list. conf = configuration_data() -- 2.47.2