From abf5b7f8f002f594c56aae46d89984f9d294c21c Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Wed, 14 Jan 2009 15:36:17 -0500 Subject: [PATCH] Comment. Removed unneeded require. --- lib/mongo/db.rb | 2 +- lib/mongo/query.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/mongo/db.rb b/lib/mongo/db.rb index b7c12e9..2e8719b 100644 --- a/lib/mongo/db.rb +++ b/lib/mongo/db.rb @@ -51,7 +51,7 @@ module XGen attr_reader :host, :port - # The database's socket. For internal use only. + # The database's socket. For internal (and Cursor) use only. attr_reader :socket # db_name :: The database name diff --git a/lib/mongo/query.rb b/lib/mongo/query.rb index 5c63172..2e5140d 100644 --- a/lib/mongo/query.rb +++ b/lib/mongo/query.rb @@ -14,7 +14,6 @@ # along with this program. If not, see . # ++ -require 'socket' require 'mongo/collection' require 'mongo/message'