| Index: tools/gn/toolchain.h
|
| diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
|
| index d15ca9123da928eb9ab9a9e936c3450dd4ea0fc5..5223a05d266c1f301b590ae1457432898497622c 100644
|
| --- a/tools/gn/toolchain.h
|
| +++ b/tools/gn/toolchain.h
|
| @@ -32,7 +32,6 @@ class Toolchain : public Item {
|
| TYPE_ASM,
|
| TYPE_ALINK,
|
| TYPE_SOLINK,
|
| - TYPE_SOLINK_MODULE,
|
| TYPE_LINK,
|
| TYPE_STAMP,
|
| TYPE_COPY,
|
| @@ -47,7 +46,6 @@ class Toolchain : public Item {
|
| static const char* kToolAsm;
|
| static const char* kToolAlink;
|
| static const char* kToolSolink;
|
| - static const char* kToolSolinkModule;
|
| static const char* kToolLink;
|
| static const char* kToolStamp;
|
| static const char* kToolCopy;
|
|
|