From: lihongjie Date: Thu, 15 Jun 2017 02:50:32 +0000 (+0800) Subject: rgw: remove unused func in rgw_file.h X-Git-Tag: v12.1.0~126^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc9a8ebfe9034aebd4392bd1886aadd1ada884cb;p=ceph.git rgw: remove unused func in rgw_file.h Signed-off-by: lihongjie --- diff --git a/src/rgw/rgw_file.h b/src/rgw/rgw_file.h index bfda28055a6d6..c7b46c6fba162 100644 --- a/src/rgw/rgw_file.h +++ b/src/rgw/rgw_file.h @@ -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);