MINOR global var cleanup

This commit is contained in:
dwight
2009-10-24 14:34:54 -04:00
parent 73ed0277ff
commit fe0226cd79
3 changed files with 0 additions and 9 deletions

View File

@@ -501,8 +501,6 @@ namespace mongo {
}
}
extern int callDepth;
class JniMessagingPort : public AbstractMessagingPort {
public:
JniMessagingPort(Message& _container) : container(_container) { }