From 9a46448f818bd47de8604ec9e0e39ced6a00499e Mon Sep 17 00:00:00 2001 From: Kostya Kortchinsky Date: Wed, 8 Nov 2017 16:42:29 +0000 Subject: [sanitizer] Add Scudo to the sanitizer lint checks. Summary: Scudo abides by the coding style enforced by the sanitizer_common linter, but as of right now, it's not linter-enforced. Add Scudo to the list of directories checked by check_lint.sh. Also: fixes some linter errors found after getting this running. Reviewers: cryptoad Reviewed By: cryptoad Subscribers: llvm-commits, kubamracek Differential Revision: https://reviews.llvm.org/D39757 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@317699 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/scudo/scudo_allocator_secondary.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/scudo/scudo_allocator_secondary.h') diff --git a/lib/scudo/scudo_allocator_secondary.h b/lib/scudo/scudo_allocator_secondary.h index dbfb22565..5220b7c57 100644 --- a/lib/scudo/scudo_allocator_secondary.h +++ b/lib/scudo/scudo_allocator_secondary.h @@ -23,7 +23,6 @@ class ScudoLargeMmapAllocator { public: - void Init() { PageSize = GetPageSizeCached(); } -- cgit v1.2.3