build: Remove unused meson rule

We're generating the supported-devices.md file in the website CI now.
This commit is contained in:
Bastien Nocera 2018-06-07 17:39:36 +02:00
parent c5cdfcb120
commit 5e24000799

View file

@ -204,8 +204,3 @@ supported_devices = executable('fprint-list-supported-devices',
],
dependencies: [ deps, libfprint_dep ],
install: false)
# configure_file(input: 'drivers_arrays.h',
# output: 'supported-devices.md',
# capture: true,
# command: [ supported_devices.full_path() ])