summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2023-02-21 19:40:54 +0100
committerChristian Göttsche <cgzones@googlemail.com>2023-02-21 19:40:54 +0100
commit09673eb553b3dc7c67627b51c34a8b9cc2f8d0f4 (patch)
treeabfea0ccf55801cc2557f45db08cf018315fee85
parentfbb12a72ad1a98c079597b820364196fcfc512af (diff)
downloadpatchelf-09673eb553b3dc7c67627b51c34a8b9cc2f8d0f4.tar.gz
Drop unnecessary friend declarations
-rw-r--r--src/patchelf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/patchelf.h b/src/patchelf.h
index 4857ab6..79e7a17 100644
--- a/src/patchelf.h
+++ b/src/patchelf.h
@@ -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();