Drop unnecessary friend declarations

This commit is contained in:
Christian Göttsche
2023-02-21 19:40:54 +01:00
parent fbb12a72ad
commit 09673eb553

View File

@@ -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();