Skip to content

Commit

Permalink
pw_build/cmake: Remove deprecated function
Browse files Browse the repository at this point in the history
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 <[email protected]>
Pigweed-Auto-Submit: Ewout van Bekkum <[email protected]>
Reviewed-by: Keir Mierle <[email protected]>
  • Loading branch information
Ewout van Bekkum authored and CQ Bot Account committed May 13, 2022
1 parent af32de5 commit f3ba3aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pw_build/pigweed.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3ba3aa

Please sign in to comment.