mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-17 15:41:35 +08:00
Drop unnecessary friend declarations
This commit is contained in:
@@ -67,8 +67,6 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
friend struct CompPhdr;
|
||||
|
||||
void sortPhdrs();
|
||||
|
||||
struct CompShdr
|
||||
@@ -80,8 +78,6 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
friend struct CompShdr;
|
||||
|
||||
[[nodiscard]] unsigned int getPageSize() const noexcept;
|
||||
|
||||
void sortShdrs();
|
||||
|
Reference in New Issue
Block a user