Index: src/scanner-character-streams.h |
diff --git a/src/scanner-character-streams.h b/src/scanner-character-streams.h |
index 319ee8fc1c587f82487b8e402250914adb2dcee2..80ef9bd525e6f95b5f2ae06ca9997793f1ef9635 100644 |
--- a/src/scanner-character-streams.h |
+++ b/src/scanner-character-streams.h |
@@ -72,7 +72,6 @@ class GenericStringUtf16CharacterStream: public BufferedUtf16CharacterStream { |
virtual unsigned FillBuffer(unsigned position, unsigned length); |
Handle<String> string_; |
- unsigned start_position_; |
unsigned length_; |
}; |