summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-08 01:39:32 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-12-08 01:40:30 +0000
commit160b27e6b051d89f94e3bbddb2d101c4883af831 (patch)
tree36c711c6e82e85892fe13bcef1046c317cba80e8 /fuzz
parentf279f75a19172c9f8761c1fb9b5cbd1066175cc8 (diff)
downloadgentoo-utils-160b27e6b051d89f94e3bbddb2d101c4883af831.tar.gz
remove cbindgen from meson deps and dockerfile
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/fuzz/meson.build b/fuzz/meson.build
index c613cd0..e64f43d 100644
--- a/fuzz/meson.build
+++ b/fuzz/meson.build
@@ -1,3 +1 @@
-cbindgen = find_program('cbindgen')
-
subdir('atom')