File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,6 @@ void InputSectionBase::uncompress() const {
153
153
uncompressedSize = -1 ;
154
154
}
155
155
156
- uint64_t InputSectionBase::getOffsetInFile () const {
157
- const uint8_t *fileStart = (const uint8_t *)file->mb .getBufferStart ();
158
- const uint8_t *secStart = data ().begin ();
159
- return secStart - fileStart;
160
- }
161
-
162
156
template <class ELFT > RelsOrRelas<ELFT> InputSectionBase::relsOrRelas () const {
163
157
if (relSecIdx == 0 )
164
158
return {};
Original file line number Diff line number Diff line change @@ -156,8 +156,6 @@ class InputSectionBase : public SectionBase {
156
156
return rawData;
157
157
}
158
158
159
- uint64_t getOffsetInFile () const ;
160
-
161
159
// Input sections are part of an output section. Special sections
162
160
// like .eh_frame and merge sections are first combined into a
163
161
// synthetic section that is then added to an output section. In all
You can’t perform that action at this time.
0 commit comments