forked from qt-creator/qt-creator
Utils: Remove dead code
Change-Id: I9e9c7192308630fd85c4ff49120f34dbc8b0c724 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user