Skip to content

Commit

Permalink
RUBY-388 remove superfluous require
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Dec 12, 2011
1 parent a9784e0 commit e9da244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/bson.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# limitations under the License.
# ++

$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

MINIMUM_BSON_EXT_VERSION = "1.5.1"

module BSON
Expand Down
2 changes: 0 additions & 2 deletions lib/mongo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# limitations under the License.
# ++

$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'mongo/version'

module Mongo
Expand Down

0 comments on commit e9da244

Please sign in to comment.