diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-25 14:47:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-25 17:04:15 +0200 |
commit | 5f0e276336bc130b15480a04ec1cc6a9a1c9e93b (patch) | |
tree | 8ee9ae3cecdf030a0740247eaa7f17237ef404c8 /vcl/Module_vcl.mk | |
parent | d41b436058def4497240c54afc38b319ce388430 (diff) |
Remove lock file fuzzer
this found nothing in 12 months and exists to try and follow up
on a confusing report which went nowhere in the end
Change-Id: I7f3c6a5e2ccedad2e7b925b3c15b076cd22f1ce4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150972
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 52224e438753..0efce1960112 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -192,7 +192,6 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_sftfuzzer \ Executable_dbffuzzer \ Executable_webpfuzzer \ - Executable_lockfuzzer \ )) endif |