Skip to content

Commit 52869a1

Browse files
committed
remove unused variable
1 parent 9052abf commit 52869a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lld/ELF/InputFiles.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ class ELFFileBase : public InputFile {
239239
public:
240240
// Name of source file obtained from STT_FILE, if present.
241241
StringRef sourceFile;
242-
std::unique_ptr<std::string> sourceFileStorage;
243242
uint32_t andFeatures = 0;
244243
bool hasCommonSyms = false;
245244
ArrayRef<uint8_t> aarch64PauthAbiCoreInfo;

0 commit comments

Comments
 (0)