mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Remove commented code.
This commit is contained in:
parent
ed98b48845
commit
5ae81f4b59
@ -106,12 +106,6 @@ std::ostream & operator<<(std::ostream & stream, const Packet & what)
|
||||
return stream;
|
||||
}
|
||||
|
||||
//std::ostream & operator<<(std::ostream & stream, const ExpressionAction & what)
|
||||
//{
|
||||
// stream << "ExpressionAction(" << what.toString() << ")";
|
||||
// return stream;
|
||||
//}
|
||||
|
||||
std::ostream & operator<<(std::ostream & stream, const ExpressionActions & what)
|
||||
{
|
||||
stream << "ExpressionActions(" << what.dumpActions() << ")";
|
||||
|
@ -40,9 +40,6 @@ std::ostream & operator<<(std::ostream & stream, const IColumn & what);
|
||||
struct Packet;
|
||||
std::ostream & operator<<(std::ostream & stream, const Packet & what);
|
||||
|
||||
//struct ExpressionAction;
|
||||
//std::ostream & operator<<(std::ostream & stream, const ExpressionAction & what);
|
||||
|
||||
class ExpressionActions;
|
||||
std::ostream & operator<<(std::ostream & stream, const ExpressionActions & what);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user