diff options
author | ncteisen <ncteisen@gmail.com> | 2017-11-17 16:16:06 -0800 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-11-17 16:17:21 -0800 |
commit | 0392f8acc33a89fe7d255e6cda0f96eb3a0ec6ab (patch) | |
tree | 51234a00cf528a1fdf8e73cad2cc459925b1673c /grpc.gemspec | |
parent | aa3b19741f345faa3eb3d9bdcfa9d7064e5c439c (diff) | |
parent | 90c8cf6acc698ddef1d2da3b205ad8d0014b52fa (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into tracing++
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 2fe2536cc7..d674c09005 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -413,7 +413,6 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/http/httpcli.cc ) s.files += %w( src/core/lib/http/parser.cc ) s.files += %w( src/core/lib/iomgr/call_combiner.cc ) - s.files += %w( src/core/lib/iomgr/closure.cc ) s.files += %w( src/core/lib/iomgr/combiner.cc ) s.files += %w( src/core/lib/iomgr/endpoint.cc ) s.files += %w( src/core/lib/iomgr/endpoint_pair_posix.cc ) |