Skip to content

Commit

Permalink
Remove an obsolete custom option
Browse files Browse the repository at this point in the history
It was used in an early prototype of grpc-gateway but no longer used for
years.
  • Loading branch information
yugui authored and achew22 committed Apr 16, 2018
1 parent 88ac76f commit 2f61c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions options/options.proto

This file was deleted.

2 changes: 1 addition & 1 deletion protoc-gen-grpc-gateway/descriptor/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (r *Registry) loadServices(file *File) error {
glog.V(2).Infof("Processing %s.%s", sd.GetName(), md.GetName())
opts, err := extractAPIOptions(md)
if err != nil {
glog.Errorf("Failed to extract ApiMethodOptions from %s.%s: %v", svc.GetName(), md.GetName(), err)
glog.Errorf("Failed to extract HttpRule from %s.%s: %v", svc.GetName(), md.GetName(), err)
return err
}
if opts == nil {
Expand Down

0 comments on commit 2f61c4f

Please sign in to comment.