From 7482635a0e5e795ff95406b9f751ba4cc8778c43 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Garg Date: Fri, 10 Jun 2016 13:23:39 +0200 Subject: [PATCH] coverity fix: fixing few coverity issue CID: 1355603 (Structurally dead code) Signed-off-by: Gaurav Kumar Garg --- src/rgw/rgw_token.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rgw/rgw_token.h b/src/rgw/rgw_token.h index 7dce9a9ef3ce..7205999754d6 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; -- 2.47.3