diff --git a/release_instructions.md b/release_instructions.md index 4418b64..8dd8a4f 100644 --- a/release_instructions.md +++ b/release_instructions.md @@ -16,11 +16,6 @@ Sync the onnxruntime Objective-C source files. # Replace objectivec directory. rm -r /objectivec cp -r /objectivec /objectivec - -# Remove objectivec subdirectories that are not used by this repo. -# The following directories are unused as of onnxruntime 1.20. -rm -r /objectivec/docs -rm -r /objectivec/test ```