[PATCH] D130798: Remove unused header

Yannic Bonenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 13:54:34 PDT 2022


yannic created this revision.
yannic added reviewers: wsmoses, echristo.
Herald added a subscriber: hiraditya.
Herald added a project: All.
yannic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130798

Files:
  llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp


Index: llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
===================================================================
--- llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
+++ llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
@@ -21,7 +21,6 @@
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringSwitch.h"
 #include "llvm/DebugInfo/Symbolize/Markup.h"
-#include "llvm/Debuginfod/Debuginfod.h"
 #include "llvm/Demangle/Demangle.h"
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/Error.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130798.448711.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220729/9e918fef/attachment.bin>


More information about the llvm-commits mailing list