| Index: third_party/cld/encodings/compact_lang_det/getonescriptspan.h
|
| diff --git a/third_party/cld/encodings/compact_lang_det/getonescriptspan.h b/third_party/cld/encodings/compact_lang_det/getonescriptspan.h
|
| index 936aab4faa65a4d4c4761306e63267103eb530d2..b4089d9d0d7f27fdfc7e555ebfe6b6662c254563 100644
|
| --- a/third_party/cld/encodings/compact_lang_det/getonescriptspan.h
|
| +++ b/third_party/cld/encodings/compact_lang_det/getonescriptspan.h
|
| @@ -66,7 +66,7 @@ class ScriptScanner {
|
|
|
| const char* start_byte_;
|
| const char* next_byte_;
|
| - const char* next_byte_limit_;
|
| +// const char* next_byte_limit_;
|
| int byte_length_;
|
| bool is_plain_text_;
|
| char* script_buffer_; // Holds text with expanded entities
|
|
|