Chromium Code Reviews| Index: src/sksl/SkSLToken.h |
| diff --git a/src/sksl/SkSLToken.h b/src/sksl/SkSLToken.h |
| index 76a1df7f665fd7ae3edae20f908991b3c33a3564..b8a364c2691db6a368d78d32232bc8bd22469669 100644 |
| --- a/src/sksl/SkSLToken.h |
| +++ b/src/sksl/SkSLToken.h |
| @@ -157,8 +157,6 @@ |
| Position fPosition; |
| Kind fKind; |
| - // will be the empty string unless the token has variable text content (identifiers, numeric |
| - // literals, and directives) |
| std::string fText; |
| }; |