mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +00:00
LibCodeComprehension: Remove declarations for non-existent methods
This commit is contained in:
parent
0d37121fc4
commit
80b948ab0d
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/AtkinsSJ
Commit: 80b948ab0d
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ private:
|
|||
void set_document_data(DeprecatedString const& file, OwnPtr<DocumentData>&& data);
|
||||
|
||||
OwnPtr<DocumentData> create_document_data_for(DeprecatedString const& file);
|
||||
DeprecatedString document_path_from_include_path(StringView include_path) const;
|
||||
void update_declared_symbols(DocumentData const&);
|
||||
|
||||
static size_t resolve(ShellComprehensionEngine::DocumentData const& document, const GUI::TextPosition& position);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue