X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=options.c;h=1ca16e84ad15a5c916bf832f03d7c6f4a9c94a62;hb=db1a43d05032fd2f1f372c049e20de18367fad13;hp=5886c505b58f2466de4356a123a403ea6dcd01b2;hpb=214e2d5655f79e75f492167fba97785f4ce53d07;p=fio.git diff --git a/options.c b/options.c index 5886c505..1ca16e84 100644 --- a/options.c +++ b/options.c @@ -2647,10 +2647,6 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .oval = VERIFY_CRC32C, .help = "Use crc32c checksums for verification (hw assisted, if available)", }, - { .ival = "crc32c-arm64", - .oval = VERIFY_CRC32C, - .help = "Use crc32c checksums for verification (hw assisted, if available)", - }, { .ival = "crc32c", .oval = VERIFY_CRC32C, .help = "Use crc32c checksums for verification (hw assisted, if available)",