From 654f20403673c84e6e30aed8777890f5aad2132d Mon Sep 17 00:00:00 2001 From: dwight Date: Sun, 4 Jul 2010 09:28:51 -0400 Subject: [PATCH] unrefed local var --- client/distlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/distlock.h b/client/distlock.h index 0498806ffb7..cc6c54a2c66 100644 --- a/client/distlock.h +++ b/client/distlock.h @@ -58,7 +58,7 @@ namespace mongo { try { conn->insert( _ns , BSON( "_id" << _name << "state" << 0 << "who" << "" ) ); } - catch ( UserException& e ){ + catch ( UserException& ){ } } }