mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
Merge pull request #15698 from Wilhelmshaven/remove_unused_func
rgw: remove unused func in rgw_file.h
This commit is contained in:
commit
ff0903d04b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user