Skip to content

Commit 063b19d

Browse files
committed
[DebugInfo] Delete unused DIVariable::getSource
1 parent 9e28b89 commit 063b19d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/include/llvm/IR/DebugInfoMetadata.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3230,12 +3230,6 @@ class DIObjCProperty : public DINode {
32303230
return "";
32313231
}
32323232

3233-
Optional<StringRef> getSource() const {
3234-
if (auto *F = getFile())
3235-
return F->getSource();
3236-
return None;
3237-
}
3238-
32393233
MDString *getRawName() const { return getOperandAs<MDString>(0); }
32403234
Metadata *getRawFile() const { return getOperand(1); }
32413235
MDString *getRawGetterName() const { return getOperandAs<MDString>(2); }

0 commit comments

Comments
 (0)