[llvm] [memprof] Remove RawMemProfReader.h (PR #109446)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 10:32:22 PDT 2024
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/109446
It's been more than five months since RawMemProfReader.h became a
"forwarding" header with:
commit 2bede6873dbe7021b306d3e5bec59d0fba2dd26c
Author: Kazu Hirata <kazu at google.com>
Date: Wed Apr 10 22:03:20 2024 -0700
This patch removes the empty header.
>From 0f104c4ad197698b4989137660066a876f0fb7b5 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Fri, 20 Sep 2024 10:22:30 -0700
Subject: [PATCH] [memprof] Remove RawMemProfReader.h
It's been more than five months since RawMemProfReader.h became a
"forwarding" header with:
commit 2bede6873dbe7021b306d3e5bec59d0fba2dd26c
Author: Kazu Hirata <kazu at google.com>
Date: Wed Apr 10 22:03:20 2024 -0700
This patch removes the empty header.
---
.../llvm/ProfileData/RawMemProfReader.h | 19 -------------------
1 file changed, 19 deletions(-)
delete mode 100644 llvm/include/llvm/ProfileData/RawMemProfReader.h
diff --git a/llvm/include/llvm/ProfileData/RawMemProfReader.h b/llvm/include/llvm/ProfileData/RawMemProfReader.h
deleted file mode 100644
index 5e06f26fffdc2a..00000000000000
--- a/llvm/include/llvm/ProfileData/RawMemProfReader.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//===- RawMemProfReader.h - Instrumented memory profiling reader *- C++ -*-===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-//
-// This file just includes MemProfReader.h for compatibility with
-// out-of-tree users.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_PROFILEDATA_RAWMEMPROFREADER_H_
-#define LLVM_PROFILEDATA_RAWMEMPROFREADER_H_
-
-#include "llvm/ProfileData/MemProfReader.h"
-
-#endif // LLVM_PROFILEDATA_RAWMEMPROFREADER_H_
More information about the llvm-commits
mailing list