forked from qt-creator/qt-creator
UnitTest: Remove unused function
This amends commit da4be3fdb7
.
Change-Id: Iffdf4581b7f29fc846c944e24f33e27e003f1b3b
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
be89452602
commit
8654677015
@@ -299,18 +299,6 @@ std::ostream &operator<<(std::ostream &os, const AliveMessage &/*message*/)
|
|||||||
return os << "()";
|
return os << "()";
|
||||||
}
|
}
|
||||||
|
|
||||||
#define RETURN_TEXT_FOR_CASE(enumValue) case CompletionCorrection::enumValue: return #enumValue
|
|
||||||
static const char *completionCorrectionToText(CompletionCorrection correction)
|
|
||||||
{
|
|
||||||
switch (correction) {
|
|
||||||
RETURN_TEXT_FOR_CASE(NoCorrection);
|
|
||||||
RETURN_TEXT_FOR_CASE(DotToArrowCorrection);
|
|
||||||
}
|
|
||||||
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
#undef RETURN_TEXT_FOR_CASE
|
|
||||||
|
|
||||||
std::ostream &operator<<(std::ostream &os, const CompletionsMessage &message)
|
std::ostream &operator<<(std::ostream &os, const CompletionsMessage &message)
|
||||||
{
|
{
|
||||||
os << "("
|
os << "("
|
||||||
|
Reference in New Issue
Block a user