Skip to content

Commit

Permalink
Clean up HasServerStreamingRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany committed May 13, 2024
1 parent 51f3bb3 commit c59452e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ type Codegen struct {
// Generated JS implementation (.js content)
j *TS

// Whether the server-streaming RPC util needs to be generated.
HasServerStreamingRPC bool

// Paths to the top-level protos to be translated to TS.
Paths []string
// Out is the file being generated by this codegen.
Expand Down

0 comments on commit c59452e

Please sign in to comment.