Merge pull request #15698 from Wilhelmshaven/remove_unused_func

rgw: remove unused func in rgw_file.h
This commit is contained in:
Matt Benjamin 2017-06-15 13:24:07 -04:00 committed by GitHub
commit ff0903d04b

View 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);