| Index: tools/gn/scheduler.h
|
| diff --git a/tools/gn/scheduler.h b/tools/gn/scheduler.h
|
| index 7e29ab569796297c666763607845d4bd149cd9a4..5d0502fd76ae9658160a0a90d84f044ed71eef1f 100644
|
| --- a/tools/gn/scheduler.h
|
| +++ b/tools/gn/scheduler.h
|
| @@ -56,7 +56,6 @@ class Scheduler {
|
| // Tracks calls to write_file for resolving with the unknown generated
|
| // inputs (see AddUnknownGeneratedInput below).
|
| void AddWrittenFile(const SourceFile& file);
|
| - std::vector<SourceFile> GetWrittenFiles() const;
|
|
|
| // Unknown generated inputs are files that a target declares as an input
|
| // in the output directory, but which aren't generated by any dependency.
|
|
|