delete unused invocation

This commit is contained in:
Quaternions 2024-07-14 08:42:03 -07:00
parent f7f9376b4e
commit ed18723ac9

View File

@ -8,5 +8,4 @@ do
--prost_out=./rust-grpc/$name \ --prost_out=./rust-grpc/$name \
--tonic_out=./rust-grpc/$name \ --tonic_out=./rust-grpc/$name \
$f $f
#protoc --experimental_allow_proto3_optional --rust_out=./rust-grpc/$name --rust_opt=paths=source_relative --rust-grpc_out=./rust-grpc/$name --rust-grpc_opt=paths=source_relative
done done