Skip to content

Commit 09673eb

Browse files
committed
Drop unnecessary friend declarations
1 parent fbb12a7 commit 09673eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/patchelf.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ class ElfFile
6767
}
6868
};
6969

70-
friend struct CompPhdr;
71-
7270
void sortPhdrs();
7371

7472
struct CompShdr
@@ -80,8 +78,6 @@ class ElfFile
8078
}
8179
};
8280

83-
friend struct CompShdr;
84-
8581
[[nodiscard]] unsigned int getPageSize() const noexcept;
8682

8783
void sortShdrs();

0 commit comments

Comments
 (0)