[zstd] Remove build code for .option files as those are removed upstream.

This commit is contained in:
Max Moroz 2019-06-11 10:33:49 -07:00
parent 04f5f4c7dc
commit 2446d3bb5d
1 changed files with 0 additions and 6 deletions

View File

@ -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