forked from qt-creator/qt-creator
ClangCodeModel: Remove dead code
None of this had any affect after switching to clangd. Change-Id: I806682fecff84bf6eb0b0eb382e096fc9a25fa3d Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -19,12 +19,6 @@ public:
|
||||
|
||||
void semanticRehighlight() override;
|
||||
|
||||
bool hasProjectPart() const;
|
||||
CppEditor::ProjectPart::ConstPtr projectPart() const;
|
||||
void clearProjectPart();
|
||||
|
||||
::Utils::Id diagnosticConfigId() const;
|
||||
|
||||
void setParserConfig(const CppEditor::BaseEditorDocumentParser::Configuration &config) override;
|
||||
CppEditor::BaseEditorDocumentParser::Configuration parserConfig();
|
||||
|
||||
@@ -37,8 +31,6 @@ signals:
|
||||
|
||||
private:
|
||||
TextEditor::TextDocument &m_document;
|
||||
CppEditor::ProjectPart::ConstPtr m_projectPart;
|
||||
::Utils::Id m_diagnosticConfigId;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user