]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_otp.cc: remove unused variable and trailing whitespaces
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 14 May 2018 21:08:06 +0000 (23:08 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Jun 2018 21:14:15 +0000 (23:14 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_otp.cc

index c937cb4a29a5f36047ecd7d2dd2337cbdb2ac718..570562158f12fef64b5763f54a6e78d12d8ef9e7 100644 (file)
@@ -119,12 +119,10 @@ public:
 
     RGWRados *store = info->store;
 
-    list<string> unfiltered_keys;
-
     int ret = store->list_raw_objects_next(no_filter, max, info->ctx,
                                            keys, truncated);
     if (ret < 0 && ret != -ENOENT)
-      return ret;                      
+      return ret;
     if (ret == -ENOENT) {
       if (truncated)
         *truncated = false;