Skip to content

Commit f40c8e7

Browse files
committed
ELF: Remove stray ;. NFC
1 parent efda519 commit f40c8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TargetInfo {
3737
virtual RelType getDynRel(RelType type) const { return 0; }
3838
virtual void writeGotPltHeader(uint8_t *buf) const {}
3939
virtual void writeGotHeader(uint8_t *buf) const {}
40-
virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {};
40+
virtual void writeGotPlt(uint8_t *buf, const Symbol &s) const {}
4141
virtual void writeIgotPlt(uint8_t *buf, const Symbol &s) const {}
4242
virtual int64_t getImplicitAddend(const uint8_t *buf, RelType type) const;
4343
virtual int getTlsGdRelaxSkip(RelType type) const { return 1; }

0 commit comments

Comments
 (0)