Skip to content

Commit

Permalink
chore: remove reset_plugin API
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 14, 2024
1 parent 1e428dc commit 837bde1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions kclvm/spec/gpyrpc/gpyrpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1062,17 +1062,6 @@ message ExecArtifact_Args {
ExecProgram_Args exec_args = 2;
}

// Message for reset plugin request arguments.
message ResetPlugin_Args {
// Root path for the plugin.
string plugin_root = 1;
}

// Message for reset plugin response. Empty message.
message ResetPlugin_Result {
// empty
}

// Message for format code request arguments.
message FormatCode_Args {
// Source code to be formatted.
Expand Down

0 comments on commit 837bde1

Please sign in to comment.