Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b55722f

Browse files
authored
Remove unused "verbose" field from gRPC Debug service request message (#702)
This feature has not been implemented, so the field has no purpose.
1 parent c2e1a25 commit b55722f

File tree

2 files changed

+26
-36
lines changed

2 files changed

+26
-36
lines changed

‎rpc/debug/debug.pb.go‎

Lines changed: 25 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rpc/debug/debug.proto‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ message DebugConfigReq {
5353
string sketch_path = 3;
5454
string port = 4;
5555
string interpreter = 5;
56-
bool verbose = 6;
57-
string import_file = 7;
56+
string import_file = 6;
5857
}
5958

6059
//

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /