mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
This reverts commit bf6bb800c4.
This commit is contained in:
@@ -314,11 +314,6 @@ void PrintValue(Value* val, std::ostream& out) {
|
||||
}
|
||||
}
|
||||
|
||||
auto operator<<(std::ostream& out, const Value& v) -> std::ostream& {
|
||||
PrintValue((Value*)&v, out);
|
||||
return out;
|
||||
}
|
||||
|
||||
auto TypeEqual(Value* t1, Value* t2) -> bool {
|
||||
if (t1->tag != t2->tag) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user