From fc9a8ebfe9034aebd4392bd1886aadd1ada884cb Mon Sep 17 00:00:00 2001 From: lihongjie Date: Thu, 15 Jun 2017 10:50:32 +0800 Subject: [PATCH] rgw: remove unused func in rgw_file.h Signed-off-by: lihongjie --- src/rgw/rgw_file.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/rgw_file.h b/src/rgw/rgw_file.h index bfda28055a6d..c7b46c6fba16 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); -- 2.47.3