| Index: src/sksl/SkSLCompiler.h | 
| diff --git a/src/sksl/SkSLCompiler.h b/src/sksl/SkSLCompiler.h | 
| index 3f76aec3a03d5a03cd3038b1e8517a6d95827621..9cd1eac3f94f75520d789a63ece3b8e8d9ea4330 100644 | 
| --- a/src/sksl/SkSLCompiler.h | 
| +++ b/src/sksl/SkSLCompiler.h | 
| @@ -24,8 +24,6 @@ | 
| * file into an abstract syntax tree (a tree of ASTNodes), then performs semantic analysis to | 
| * produce a Program (a tree of IRNodes), then feeds the Program into a CodeGenerator to produce | 
| * compiled output. | 
| - * | 
| - * See the README for information about SkSL. | 
| */ | 
| class Compiler : public ErrorReporter { | 
| public: | 
|  |