summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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();