From 8d6f2626cda8703c1b4a01139cc721f76e854bae Mon Sep 17 00:00:00 2001 From: kozbial Date: Tue, 20 Jul 2021 19:01:01 -0700 Subject: [PATCH] Remove command to add missing nullability modifiers --- scripts/goog_module/convert-file.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/goog_module/convert-file.sh b/scripts/goog_module/convert-file.sh index 79ceeed42..1861ad7f3 100755 --- a/scripts/goog_module/convert-file.sh +++ b/scripts/goog_module/convert-file.sh @@ -219,9 +219,6 @@ step3() { err "Missing requires for: ${missing_requires} Please manually fix." fi - inf "Add missing nullability modifiers..." - perl -pi -e 's/@(param|return) \{([A-Z])/@\1 \{?\2/g' "${filepath}" - success "Completed automation for step 3. Please manually review and reorder requires." } #######################################