Remove code for copying dataflow scripts (#2461)

Dataflow scripts are removed in
51570280af
This commit is contained in:
Abhishek Arya 2019-05-24 13:01:21 -07:00 committed by GitHub
parent 12fa975bc3
commit e2003e1f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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