| Index: tools/gn/command_desc.cc
|
| diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc
|
| index 4917dcf41b012308e1b7ac6b4493c4c461f5f764..a4a7fd0a8a000f63899e9835ace77fb22e6365a8 100644
|
| --- a/tools/gn/command_desc.cc
|
| +++ b/tools/gn/command_desc.cc
|
| @@ -186,11 +186,6 @@ template<> struct DescValueWriter<std::string> {
|
| out << " " << str << "\n";
|
| }
|
| };
|
| -template<> struct DescValueWriter<SourceFile> {
|
| - void operator()(const SourceFile& file, std::ostream& out) const {
|
| - out << " " << file.value() << "\n";
|
| - }
|
| -};
|
| template<> struct DescValueWriter<SourceDir> {
|
| void operator()(const SourceDir& dir, std::ostream& out) const {
|
| out << " " << FormatSourceDir(dir) << "\n";
|
|
|