Skip to content

Commit 8891504

Browse files
Remove commented-out code
1 parent 21b728e commit 8891504

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -439,14 +439,6 @@ func buildNode() {
439439
checkout(protoBranch, "build/node-cs3apis")
440440
}
441441

442-
// nodeProtocPlugin, err := exec.LookPath("grpc_tools_node_protoc_plugin")
443-
444-
// if err != nil {
445-
// panic(fmt.Sprintf("grpc_tools_node_protoc_plugin binary not found in PATH: %v\n", err))
446-
// }
447-
448-
// run(exec.Command("ln", "-s", "third_party/google"))
449-
450442
// remove leftovers (existing defs)
451443
os.RemoveAll("build/node-cs3apis/cs3")
452444

@@ -462,8 +454,6 @@ func buildNode() {
462454
cmd2 := exec.Command("protoc-gen-grpc", args2...)
463455
run(cmd2)
464456

465-
//, "--grpc_out=./build/node-cs3apis/", "--plugin=protoc-gen-grpc=" + nodeProtocPlugin run(exec.Command("rm", "google"))
466-
467457
// get proto repo commit id
468458
hash := getCommitID(".")
469459
repo := "build/node-cs3apis"

0 commit comments

Comments
 (0)