Skip to content

Commit

Permalink
[DebugInfo] Delete deleted getLine/getColumn
Browse files Browse the repository at this point in the history
r250405 deleted the functions from DILexicalBlockBase.
  • Loading branch information
MaskRay committed Mar 5, 2021
1 parent e7361c8 commit 9e28b89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions llvm/include/llvm/IR/DebugInfoMetadata.h
Expand Up @@ -2176,11 +2176,6 @@ class DILexicalBlockFile : public DILexicalBlockBase {
(Scope, File, Discriminator))

TempDILexicalBlockFile clone() const { return cloneImpl(); }

// TODO: Remove these once they're gone from DILexicalBlockBase.
unsigned getLine() const = delete;
unsigned getColumn() const = delete;

unsigned getDiscriminator() const { return Discriminator; }

static bool classof(const Metadata *MD) {
Expand Down

0 comments on commit 9e28b89

Please sign in to comment.