From ccc465d0b4ba37f06bdf05e92129c4a1bc997e84 Mon Sep 17 00:00:00 2001 From: "kjellander@google.com" Date: Wed, 25 Feb 2015 20:52:59 +0000 Subject: [PATCH] Cleanup LSan suppression files. This file no longer needs to exist after https://codereview.chromium.org/941433004/ has been landed. Libyuv never had any LSan suppressions added, so the file has no purpose. Also cleanup empty sanitizer_options.gyp file that was added by mistake. BUG= R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/35299004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1300 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- tools/lsan/suppressions.txt | 10 ---------- tools/sanitizer_options.gyp | 0 2 files changed, 10 deletions(-) delete mode 100644 tools/lsan/suppressions.txt delete mode 100644 tools/sanitizer_options.gyp diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt deleted file mode 100644 index fa66e9ae2..000000000 --- a/tools/lsan/suppressions.txt +++ /dev/null @@ -1,10 +0,0 @@ -# This is a suppressions file that must exist in order for the Leak Sanitizer -# tool that runs on the ASan bot to be able to run with the default -# configuration. More info about LSan on -# http://www.chromium.org/developers/testing/leaksanitizer - -#### Third-party leaks #### - -#### Actual bugs in Libyuv code #### - - diff --git a/tools/sanitizer_options.gyp b/tools/sanitizer_options.gyp deleted file mode 100644 index e69de29bb..000000000