Skip to content

Commit

Permalink
unused variable #527
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Sep 21, 2013
1 parent e2b9f66 commit 1475d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mongo/db/introspect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ namespace {
static void _profile(const Client& c, CurOp& currentOp, BufBuilder& profileBufBuilder) {
Database *db = c.database();
DEV verify( db );
const char *ns = db->profileName().c_str();

// build object
BSONObjBuilder b(profileBufBuilder);
Expand Down

0 comments on commit 1475d41

Please sign in to comment.