1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:17:45 +00:00

Meta: Remove unused "prefix" variable from invoke_generator() helper

This became unused after 1ae0cfd.
This commit is contained in:
Timothy Flynn 2022-10-16 11:53:48 -04:00 committed by Linus Groh
parent 0cf3cb6279
commit 9fad23018a
6 changed files with 3 additions and 18 deletions

View file

@ -8,13 +8,11 @@ if (ENABLE_PNP_IDS_DOWNLOAD)
set(PNP_IDS_HEADER PnpIDs.h)
set(PNP_IDS_IMPLEMENTATION PnpIDs.cpp)
set(PNP_IDS_TARGET_PREFIX "")
invoke_generator(
"PnpIDsData"
Lagom::GeneratePnpIDsData
"${PNP_IDS_EXPORT_PATH}"
"${PNP_IDS_TARGET_PREFIX}"
"${PNP_IDS_HEADER}"
"${PNP_IDS_IMPLEMENTATION}"
arguments -p "${PNP_IDS_EXPORT_PATH}"