Skip to content
Merged
Changes from 1 commit
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
4 changes: 0 additions & 4 deletions Sources/protoc-gen-grpc-swift/GenerateGRPC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ final class GenerateGRPC: CodeGenerator {
)
}

if descriptor.services.isEmpty {
continue
}

try self.generateV2Stubs(descriptor, options: options, outputs: outputs)
}
}
Expand Down
Loading