]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused func in rgw_file.h 15698/head
authorlihongjie <lihongjie@cmss.chinamobile.com>
Thu, 15 Jun 2017 02:50:32 +0000 (10:50 +0800)
committerlihongjie <lihongjie@cmss.chinamobile.com>
Thu, 15 Jun 2017 02:50:32 +0000 (10:50 +0800)
Signed-off-by: lihongjie <lihongjie@cmss.chinamobile.com>
src/rgw/rgw_file.h

index bfda28055a6d6c024ec4d20547f1ff7defc93b49..c7b46c6fba162732e584dcf8bb45d104bfdcb06e 100644 (file)
@@ -1085,8 +1085,6 @@ namespace rgw {
 
     MkObjResult mkdir(RGWFileHandle* parent, const char *name, struct stat *st,
                      uint32_t mask, uint32_t flags);
-    MkObjResult mkdir2(RGWFileHandle* parent, const char *name, struct stat *st,
-                     uint32_t mask, uint32_t flags);
 
     int unlink(RGWFileHandle* rgw_fh, const char *name,
               uint32_t flags = FLAG_NONE);