summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-06-14 12:51:20 +0000
committerAlexey Samsonov <samsonov@google.com>2012-06-14 12:51:20 +0000
commitfc1415aa189d10317aa5f9923a3fc98706ed9e51 (patch)
treed29d068b1f666d520f407307a31fee07d3055b98
parent78159d0d5e91ff031a087173ff814c9fd2c216d3 (diff)
downloadcompiler-rt-fc1415aa189d10317aa5f9923a3fc98706ed9e51.tar.gz
[ASan] remove obsolete header asan_procmaps.h
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158447 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/asan/asan_procmaps.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/asan/asan_procmaps.h b/lib/asan/asan_procmaps.h
deleted file mode 100644
index 053b6d339..000000000
--- a/lib/asan/asan_procmaps.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//===-- asan_process.h ------------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file is a part of AddressSanitizer, an address sanity checker.
-//
-// Information about the process mappings.
-//===----------------------------------------------------------------------===//
-#ifndef ASAN_PROCMAPS_H
-#define ASAN_PROCMAPS_H
-
-#include "asan_internal.h"
-
-namespace __asan {
-
-} // namespace __asan
-
-#endif // ASAN_PROCMAPS_H