[totem/wip/hadess/42.beta: 2/3] build: Remove 2 unused variables
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/42.beta: 2/3] build: Remove 2 unused variables
- Date: Thu, 24 Feb 2022 22:56:10 +0000 (UTC)
commit fa5e11adaa0e452f8c6ad6970b6a0d3712e0860c
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 24 23:55:19 2022 +0100
build: Remove 2 unused variables
Saves us from a meson error with our first 42 release.
meson.build:13:0: ERROR: Index 2 out of bounds of array of size 2.
meson.build | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index b13b1cfa2..6ca0f875e 100644
--- a/meson.build
+++ b/meson.build
@@ -8,9 +8,7 @@ project(
totem_version = meson.project_version()
version_array = totem_version.split('.')
-totem_major_version = version_array[0].to_int()
totem_minor_version = version_array[1]
-totem_micro_version = version_array[2].to_int()
totem_api_version = '1.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]