Skip to content

Ninja: Remove unused device link line code

Brad King requested to merge brad.king/cmake:ninja-unused-device-link into master

Remove the PRE_LINK and POST_BUILD variables. They are not referenced by WriteDeviceLinkRule.

Remove the byproducts local variable from WriteDeviceLinkStatement and all the code populating it. We never used the result.

Merge request reports