Skip to content

Commit e4bbad4

Browse files
author
dzsekijo
committed
delete leaked in junk code
1 parent a03ce27 commit e4bbad4

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

fuseparts/_fusemodule.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -776,16 +776,6 @@ fsdestroy_func(void *param)
776776
}
777777
#endif
778778

779-
static int
780-
lock_func(const char *path, struct fuse_file_info *fi, int cmd,
781-
struct flock *lock)
782-
{
783-
(void) path;
784-
785-
return ulockmgr_op(fi->fh, cmd, lock, &fi->lock_owner,
786-
sizeof(fi->lock_owner));
787-
}
788-
789779
static int
790780
pyfuse_loop_mt(struct fuse *f)
791781
{

0 commit comments

Comments
 (0)