diff --git a/projects/zstd/build.sh b/projects/zstd/build.sh index 5e0955d37..2f521e242 100755 --- a/projects/zstd/build.sh +++ b/projects/zstd/build.sh @@ -26,12 +26,6 @@ make -j seedcorpora for target in $(./fuzz.py list); do cp "$target" "$OUT" - options=default.options - if [ -f "$target.options" ]; then - options="$target.options" - fi - cp "$options" "$OUT/$target.options" - if [ -f "$target.dict" ]; then cp "$target.dict" "$OUT" fi