Skip to content

Commit

Permalink
Merge pull request #11254 from xiexingguo/xxg-wip-fs-0929
Browse files Browse the repository at this point in the history
mds/MDCache: kill a comipler warning

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
  • Loading branch information
John Spray committed Oct 4, 2016
2 parents baa2202 + 22cf74f commit 0aab9e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mds/MDCache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9087,8 +9087,6 @@ void MDCache::request_cleanup(MDRequestRef& mdr)
// remove from session
mdr->item_session_request.remove_myself();

bool was_replay = mdr->client_request && mdr->client_request->is_replay();

// remove from map
active_requests.erase(mdr->reqid);

Expand Down

0 comments on commit 0aab9e2

Please sign in to comment.