Skip to content

Commit 9e28b89

Browse files
committed
[DebugInfo] Delete deleted getLine/getColumn
r250405 deleted the functions from DILexicalBlockBase.
1 parent e7361c8 commit 9e28b89

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/include/llvm/IR/DebugInfoMetadata.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,11 +2176,6 @@ class DILexicalBlockFile : public DILexicalBlockBase {
21762176
(Scope, File, Discriminator))
21772177

21782178
TempDILexicalBlockFile clone() const { return cloneImpl(); }
2179-
2180-
// TODO: Remove these once they're gone from DILexicalBlockBase.
2181-
unsigned getLine() const = delete;
2182-
unsigned getColumn() const = delete;
2183-
21842179
unsigned getDiscriminator() const { return Discriminator; }
21852180

21862181
static bool classof(const Metadata *MD) {

0 commit comments

Comments
 (0)