QmlJS: Remove unused function.

Change-Id: I3e700b7f00f7a23433979a81b0ea092b8a934e63
Reviewed-on: http://codereview.qt.nokia.com/4177
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
Christian Kamm
2011-09-05 09:35:20 +02:00
parent 465890ac31
commit cb44e64809

View File

@@ -521,15 +521,6 @@ static void findNewLibraryImports(const Document::Ptr &doc, const Snapshot &snap
}
}
static bool suffixMatches(const QString &fileName, const Core::MimeType &mimeType)
{
foreach (const QString &suffix, mimeType.suffixes()) {
if (fileName.endsWith(suffix, Qt::CaseInsensitive))
return true;
}
return false;
}
void ModelManager::parse(QFutureInterface<void> &future,
WorkingCopy workingCopy,
QStringList files,