forked from qt-creator/qt-creator
CppTools: Remove assertions for CppModelManager::instance()
It cannot return null. Change-Id: I3ac5f33e7e02554edc8df067c7b85518e58c1fc2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a22dc36aaf
commit
831fb6181e
@@ -555,7 +555,6 @@ ClangCompletionAssistInterface::ClangCompletionAssistInterface(ClangCompleter::P
|
||||
Q_ASSERT(!clangWrapper.isNull());
|
||||
|
||||
CppModelManager *mmi = CppModelManager::instance();
|
||||
Q_ASSERT(mmi);
|
||||
m_unsavedFiles = Utils::createUnsavedFiles(mmi->workingCopy());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user