fusefs: fix unused variables from fb619c94c6

PR:		270749
Reported by:	cy
MFC after:	1 week
MFC with:	fb619c94c6
Sponsored by:	Axcient
This commit is contained in:
Alan Somers 2023-09-21 09:38:06 -06:00
parent 8f37b3a142
commit e5236d25f2
2 changed files with 0 additions and 3 deletions

View file

@ -1246,7 +1246,6 @@ TEST_F(Read, atime_during_close)
{
const char FULLPATH[] = "mountpoint/some_file.txt";
const char RELPATH[] = "some_file.txt";
struct stat sb;
uint64_t ino = 42;
int fd;
ssize_t bufsize = 100;

View file

@ -472,7 +472,6 @@ TEST_F(Read, atime_during_close_eacces)
const char FULLPATH[] = "mountpoint/some_file.txt";
const char RELPATH[] = "some_file.txt";
const char *CONTENTS = "abcdefgh";
struct stat sb;
uint64_t ino = 42;
int fd;
ssize_t bufsize = strlen(CONTENTS);
@ -1377,7 +1376,6 @@ TEST_F(RofsRead, atime_during_close)
const char FULLPATH[] = "mountpoint/some_file.txt";
const char RELPATH[] = "some_file.txt";
const char *CONTENTS = "abcdefgh";
struct stat sb;
uint64_t ino = 42;
int fd;
ssize_t bufsize = strlen(CONTENTS);