Skip to content
Snippets Groups Projects
Commit bb549770 authored by Marco Bubke's avatar Marco Bubke
Browse files

Clang: Remove unused function


Change-Id: Iee4a6a4e8197db9520ad188fa872840305bca1b1
Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@theqtcompany.com>
parent 4363e3e9
No related branches found
No related tags found
No related merge requests found
...@@ -39,15 +39,6 @@ ...@@ -39,15 +39,6 @@
namespace ClangCodeModel { namespace ClangCodeModel {
namespace Internal { namespace Internal {
namespace {
const ClangAssistProposalItem &toClangAssistProposalItem(TextEditor::AssistProposalItem *assistProposalItem)
{
return *static_cast<ClangAssistProposalItem*>(assistProposalItem);
}
}
bool ClangAssistProposalModel::replaceDotForArrow(TextEditor::IAssistProposalModel *model) bool ClangAssistProposalModel::replaceDotForArrow(TextEditor::IAssistProposalModel *model)
{ {
auto clangAssistProposalModel = static_cast<ClangAssistProposalModel*>(model); auto clangAssistProposalModel = static_cast<ClangAssistProposalModel*>(model);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment