mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Remove requires of 'thrift/thrift' from library files
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d1849d882
commit
6eaf814fcc
@ -9,8 +9,6 @@
|
||||
# Author: Mark Slee <mcslee@facebook.com>
|
||||
#
|
||||
|
||||
require 'thrift/thrift'
|
||||
|
||||
module Thrift
|
||||
class ProtocolException < Exception
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
||||
#
|
||||
# Author: Mark Slee <mcslee@facebook.com>
|
||||
#
|
||||
require('thrift/protocol/tprotocol')
|
||||
require('thrift/protocol/tbinaryprotocol')
|
||||
require('thrift/transport/ttransport')
|
||||
require 'thrift/protocol/tprotocol'
|
||||
require 'thrift/protocol/tbinaryprotocol'
|
||||
require 'thrift/transport/ttransport'
|
||||
|
||||
class TServer
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
# Author: Mark Slee <mcslee@facebook.com>
|
||||
#
|
||||
|
||||
require 'thrift/thrift'
|
||||
|
||||
class TTransportException < Thrift::Exception
|
||||
|
||||
UNKNOWN = 0
|
||||
|
Loading…
Reference in New Issue
Block a user