Skip to content

Commit

Permalink
client: kill compiling warning
Browse files Browse the repository at this point in the history
The 'done' lable is not appliable any more.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
xiexingguo committed Jun 29, 2016
1 parent 593008e commit 0349170
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/Client.cc
Expand Up @@ -11700,8 +11700,6 @@ int Client::_fallocate(Fh *fh, int mode, int64_t offset, int64_t length)
}
}

done:

if (onuninline) {
client_lock.Unlock();
uninline_flock.Lock();
Expand Down

0 comments on commit 0349170

Please sign in to comment.