diff options
author | Gaurav Kumar Garg <garg.gaurav52@gmail.com> | 2016-06-10 13:23:39 +0200 |
---|---|---|
committer | Gaurav Kumar Garg <garg.gaurav52@gmail.com> | 2016-06-10 13:27:41 +0200 |
commit | 7482635a0e5e795ff95406b9f751ba4cc8778c43 (patch) | |
tree | e55f1f9ff07068e31a02e0fc2d8973627af6dca1 /src/rgw/rgw_token.h | |
parent | Merge pull request #9617 from liewegas/wip-fix-ec-min-size-test (diff) | |
download | ceph-7482635a0e5e795ff95406b9f751ba4cc8778c43.tar.xz ceph-7482635a0e5e795ff95406b9f751ba4cc8778c43.zip |
coverity fix: fixing few coverity issue
CID: 1355603 (Structurally dead code)
Signed-off-by: Gaurav Kumar Garg <garg.gaurav52@gmail.com>
Diffstat (limited to 'src/rgw/rgw_token.h')
-rw-r--r-- | src/rgw/rgw_token.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_token.h b/src/rgw/rgw_token.h index 7dce9a9ef3c..7205999754d 100644 --- a/src/rgw/rgw_token.h +++ b/src/rgw/rgw_token.h @@ -62,7 +62,6 @@ namespace rgw { default: return "none"; }; - return "none"; } token_type type; |