Skip to content

Commit

Permalink
[IR] Remove unused forward declaration DILocation
Browse files Browse the repository at this point in the history
The declaration was added without a use by:

  commit b7d9322
  Author: Hongtao Yu <hoy@fb.com>
  Date:   Wed May 10 10:28:33 2023 -0700
  • Loading branch information
kazutakahirata committed Jul 10, 2023
1 parent ba7cc56 commit 3b4c4ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/IR/PseudoProbe.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
namespace llvm {

class Instruction;
class DILocation;

constexpr const char *PseudoProbeDescMetadataName = "llvm.pseudo_probe_desc";

Expand Down

0 comments on commit 3b4c4ab

Please sign in to comment.