Skip to content

Commit

Permalink
client: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Jul 8, 2011
1 parent 4f73121 commit dc41c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/Client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5558,7 +5558,6 @@ int Client::ll_lookup(vinodeno_t parent, const char *name, struct stat *attr, in
Inode *diri = 0;
Inode *in = 0;
int r = 0;
utime_t now = ceph_clock_now(cct);

if (inode_map.count(parent) == 0) {
ldout(cct, 1) << "ll_lookup " << parent << " " << name << " -> ENOENT (parent DNE... WTF)" << dendl;
Expand Down

0 comments on commit dc41c8d

Please sign in to comment.