Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: delete dead code branch #3940

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions jvm-runtime/plugin/common/jvmcommon.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ func (s *Service) SyncStubReferences(ctx context.Context, req *connect.Request[l
return nil, fmt.Errorf("failed to parse schema from proto: %w", err)
}
config := langpb.ModuleConfigFromProto(req.Msg.ModuleConfig)
if err != nil {
return nil, fmt.Errorf("failed to parse module config from proto: %w", err)
}
err = s.writeGenericSchemaFiles(ctx, sch, config)
if err != nil {
return nil, err
Expand Down
Loading