diff options
| -rw-r--r-- | lld/ELF/SyntheticSections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 51a044151c6..ad3071d2432 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -340,8 +340,6 @@ private: size_t getPageEntriesNum() const; // Number of entries require 16-bit index to access. size_t getIndexedEntriesNum() const; - - bool isOverflow() const; }; // Container of GOT created for each input file. |

