diff --git a/libfprint/meson.build b/libfprint/meson.build index c0701bc..8689c9f 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -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() ])