diff --git a/libfuse/lib/fuse_lowlevel.cpp b/libfuse/lib/fuse_lowlevel.cpp index 1a1753f0..6e02ab7d 100644 --- a/libfuse/lib/fuse_lowlevel.cpp +++ b/libfuse/lib/fuse_lowlevel.cpp @@ -153,8 +153,6 @@ fuse_send_msg(struct fuse_ll *f, switch(out->error) { case 0: - case -ENODATA: - case -ESTALE: break; default: abort();