]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fadvice: delete a unused struct definition
authorMasatake YAMATO <yamato@redhat.com>
Mon, 17 Oct 2022 20:12:23 +0000 (05:12 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 17 Oct 2022 20:12:23 +0000 (05:12 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/fadvise.c

index 3d8ffc9c6ca097aa9871255f0a9b875d9c660d95..2590bb01961bcb171e851bef7b9bb67fc3aad2d9 100644 (file)
@@ -68,14 +68,6 @@ static void __attribute__((__noreturn__)) usage(void)
        exit(EXIT_SUCCESS);
 }
 
-struct fadvise_args {
-       int fd;
-       off_t offset;
-       off_t len;
-       int advice;
-};
-
-
 int main(int argc, char ** argv)
 {
        int c;