Finished removing ruby-level signal handlers again

pull/6611/head
murgatroid99 9 years ago
parent e68a71582f
commit 746ea97afd
  1. 1
      src/ruby/lib/grpc/generic/active_call.rb
  2. 1
      src/ruby/lib/grpc/generic/rpc_server.rb

@ -30,7 +30,6 @@
require 'forwardable' require 'forwardable'
require 'weakref' require 'weakref'
require_relative 'bidi_call' require_relative 'bidi_call'
require_relative '../signals'
class Struct class Struct
# BatchResult is the struct returned by calls to call#start_batch. # BatchResult is the struct returned by calls to call#start_batch.

@ -28,7 +28,6 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
require_relative '../grpc' require_relative '../grpc'
require_relative '../signals'
require_relative 'active_call' require_relative 'active_call'
require_relative 'service' require_relative 'service'
require 'thread' require 'thread'

Loading…
Cancel
Save