From 09673eb553b3dc7c67627b51c34a8b9cc2f8d0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 21 Feb 2023 19:40:54 +0100 Subject: Drop unnecessary friend declarations --- src/patchelf.h | 4 ---- 1 file changed, 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(); -- cgit v1.2.1