summaryrefslogtreecommitdiff
path: root/util/miniwebserver.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-09-13 15:07:40 -0400
committerMathias Stearn <mathias@10gen.com>2010-09-13 17:28:20 -0400
commita50ff726212360718dc812bab297c5eef31ba487 (patch)
tree2cbbbac3f13815ea2bbfb54b06227e7a0bac5762 /util/miniwebserver.h
parentedfd50c611d0918de6d7bedc03db50ab6cb4fdc7 (diff)
downloadmongo-a50ff726212360718dc812bab297c5eef31ba487.tar.gz
Revert "Have ReplicaSets wait for Listener before initializing SERVER-1515"
This reverts commit 4697d9328275b3ba52fb735550657a1e9fbb98a4.
Diffstat (limited to 'util/miniwebserver.h')
-rw-r--r--util/miniwebserver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/miniwebserver.h b/util/miniwebserver.h
index 3d80489fe72..bbd1ba2422e 100644
--- a/util/miniwebserver.h
+++ b/util/miniwebserver.h
@@ -50,8 +50,6 @@ namespace mongo {
static string urlDecode(const char* s);
static string urlDecode(string s) {return urlDecode(s.c_str());}
- virtual bool primaryListener() const { return false; }
-
private:
void accepted(int s, const SockAddr &from);
static bool fullReceive( const char *buf );