aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-03-18 15:05:00 -0700
committerGravatar David G. Quintas <dgq@google.com>2016-03-18 15:05:00 -0700
commit108cecb8264a482cc6f7e153d2791b34cb338885 (patch)
tree8ac2563ac02abdb0d7e73a668bd8994cb8e04722 /grpc.gemspec
parenta643960d458020d43e9432cd75f60355cce13946 (diff)
Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 4480c6e5d1..0bc4fcfc0e 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -89,7 +89,6 @@ Gem::Specification.new do |s|
s.files += %w( include/grpc/impl/codegen/sync_win32.h )
s.files += %w( include/grpc/impl/codegen/time.h )
s.files += %w( src/core/profiling/timers.h )
- s.files += %w( src/core/support/backoff.h )
s.files += %w( src/core/support/block_annotate.h )
s.files += %w( src/core/support/env.h )
s.files += %w( src/core/support/load_file.h )
@@ -104,7 +103,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/profiling/stap_timers.c )
s.files += %w( src/core/support/alloc.c )
s.files += %w( src/core/support/avl.c )
- s.files += %w( src/core/support/backoff.c )
s.files += %w( src/core/support/cmdline.c )
s.files += %w( src/core/support/cpu_iphone.c )
s.files += %w( src/core/support/cpu_linux.c )