Skip to content

Commit

Permalink
chore: delete dead code branch (#3940)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Jan 8, 2025
1 parent a9d1911 commit b1960fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jvm-runtime/plugin/common/jvmcommon.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,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

0 comments on commit b1960fb

Please sign in to comment.