forked from qt-creator/qt-creator
Clang: Cleanup IPC code
Change-Id: I29571801b4093337e2c7cc1eec51cfcd07b3bdc5 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -111,8 +111,3 @@ QDebug operator<<(QDebug debug, const Utf8StringVector &textVector)
|
||||
|
||||
return debug;
|
||||
}
|
||||
|
||||
void PrintTo(const Utf8StringVector &textVector, ::std::ostream* os)
|
||||
{
|
||||
*os << "Utf8StringVector(" << textVector.join(Utf8StringLiteral(", ")).constData() << ")";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user