diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-06-30 15:55:27 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-06-30 15:55:27 +0000 |
commit | 4ce4a0fe14c455c6ec77452bc99cd93ea45737b1 (patch) | |
tree | 77ac798b41fa204bff123c4c0cc60ff0d2fc9769 /usr.bin/diff/diff.c | |
parent | 9738277b5c662a75347efa6a58daea485d30f895 (diff) |
Diffstat (limited to 'usr.bin/diff/diff.c')
-rw-r--r-- | usr.bin/diff/diff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index c3fe255a294d..5ca9a36505ce 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -368,7 +368,6 @@ main(int argc, char **argv) optarg); break; case OPT_NO_DEREFERENCE: - rflag = true; noderef = true; break; case OPT_VERSION: |