summaryrefslogtreecommitdiff
path: root/util/miniwebserver.h
diff options
context:
space:
mode:
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 );