mirror of https://github.com/google/oss-fuzz.git
Remove code for copying dataflow scripts (#2461)
Dataflow scripts are removed in
51570280af
This commit is contained in:
parent
12fa975bc3
commit
e2003e1f39
|
@ -135,9 +135,6 @@ rm -rf $WORK/msan
|
|||
# Pull trunk libfuzzer.
|
||||
cd $SRC && svn co https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer libfuzzer
|
||||
|
||||
# Copy DataFlow scripts for collecting and merging the traces.
|
||||
cp libfuzzer/scripts/*_data_flow.py /usr/local/bin/
|
||||
|
||||
# Cleanup
|
||||
rm -rf $SRC/llvm
|
||||
rm -rf $SRC/chromium_tools
|
||||
|
|
Loading…
Reference in New Issue