mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-27 20:40:06 +01:00
build: Remove unused variable assignment
This commit is contained in:
parent
340c76eee5
commit
3079262bc3
1 changed files with 0 additions and 9 deletions
|
|
@ -1,12 +1,3 @@
|
||||||
|
|
||||||
idevice_sources = []
|
|
||||||
if idevice_dep.found()
|
|
||||||
idevice_sources = [
|
|
||||||
'up-device-idevice.c',
|
|
||||||
'up-device-idevice.h',
|
|
||||||
]
|
|
||||||
endif
|
|
||||||
|
|
||||||
cdata = configuration_data()
|
cdata = configuration_data()
|
||||||
cdata.set('UP_MAJOR_VERSION', meson.project_version()[0])
|
cdata.set('UP_MAJOR_VERSION', meson.project_version()[0])
|
||||||
cdata.set('UP_MINOR_VERSION', meson.project_version()[1])
|
cdata.set('UP_MINOR_VERSION', meson.project_version()[1])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue