Skip to content

Commit 3775f51

Browse files
authored
[skip changelog] Removed useless Compile.programmer parameter from GRPC interface (#862)
1 parent 3d74a8f commit 3775f51

File tree

2 files changed

+30
-40
lines changed

2 files changed

+30
-40
lines changed

rpc/commands/compile.pb.go

+30-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/commands/compile.proto

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ message CompileReq {
4040
bool optimizeForDebug = 16; // Optimize compile output for debug, not for release.
4141
bool dryRun = 17; // When set to `true` the compiled binary will not be copied to the export directory.
4242
string export_dir = 18; // Optional: save the build artifacts in this directory, the directory must exist.
43-
string programmer = 19; // External programmer for upload
4443
}
4544

4645
message CompileResp {

0 commit comments

Comments
 (0)