Utils: Remove dead code

Change-Id: I9e9c7192308630fd85c4ff49120f34dbc8b0c724
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2013-09-11 18:17:15 +02:00
committed by hjk
parent 65cc8ae4c2
commit dfbe799590
2 changed files with 0 additions and 14 deletions

View File

@@ -279,12 +279,6 @@ QStringList QtcProcess::splitArgs(const QString &_args, bool abortOnMeta, SplitE
#else // Q_OS_WIN
inline static bool isQuoteMeta(QChar cUnicode)
{
char c = cUnicode.toLatin1();
return c == '\\' || c == '\'' || c == '"' || c == '$';
}
inline static bool isMeta(QChar cUnicode)
{
static const uchar iqm[] = {