Skip to content

Commit 91484e0

Browse files
committed
fix
1 parent 873f2f0 commit 91484e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/protoc-generator.sh

100644100755
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ install_dependencies() {
1919
chmod +x /tmp/protoc-gen-grpc-java
2020
}
2121

22-
protoc_buf_generate() {
23-
local PROTO_DIR=${1:-.}
24-
25-
buf generate || exit 1
26-
}
27-
2822
lint() {
2923
buf lint || exit 1
3024
}

0 commit comments

Comments
 (0)