From f3ba3aa972998d3a422bce32ce54e854ea2c12e7 Mon Sep 17 00:00:00 2001 From: Ewout van Bekkum Date: Tue, 10 May 2022 20:28:53 -0700 Subject: [PATCH] pw_build/cmake: Remove deprecated function Now that _pw_parse_argv_strict is no longer used downstream, remove it. Change-Id: I34e8b75594bf42259affbb36832770c1317b9d3e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/94166 Commit-Queue: Auto-Submit Pigweed-Auto-Submit: Ewout van Bekkum Reviewed-by: Keir Mierle --- pw_build/pigweed.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pw_build/pigweed.cmake b/pw_build/pigweed.cmake index a5916c8f15..cb5a193b08 100644 --- a/pw_build/pigweed.cmake +++ b/pw_build/pigweed.cmake @@ -37,12 +37,6 @@ macro(pw_parse_arguments_strict function start_arg options one multi) endif() endmacro() -# TODO(ewout): Deprecate this once it's no longer in use. -macro(_pw_parse_argv_strict function start_arg options one multi) - pw_parse_arguments_strict( - "${function}" "${start_arg}" "${options}" "${one}" "${multi}") -endmacro() - # Automatically creates a library and test targets for the files in a module. # This function is only suitable for simple modules that meet the following # requirements: