mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
LibCodeComprehension: Remove declarations for non-existent methods
This commit is contained in:
parent
0d37121fc4
commit
80b948ab0d
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ private:
|
||||||
void set_document_data(DeprecatedString const& file, OwnPtr<DocumentData>&& data);
|
void set_document_data(DeprecatedString const& file, OwnPtr<DocumentData>&& data);
|
||||||
|
|
||||||
OwnPtr<DocumentData> create_document_data_for(DeprecatedString const& file);
|
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&);
|
void update_declared_symbols(DocumentData const&);
|
||||||
|
|
||||||
static size_t resolve(ShellComprehensionEngine::DocumentData const& document, const GUI::TextPosition& position);
|
static size_t resolve(ShellComprehensionEngine::DocumentData const& document, const GUI::TextPosition& position);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue