Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index c5ab315ee97842158c8f2365c7f4fcf91fc57b37..405867a908f3f34f91841dbaafac7fa86519f34c 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -7013,11 +7013,6 @@ void StringInputBuffer::Seek(unsigned pos) { |
} |
-void SafeStringInputBuffer::Seek(unsigned pos) { |
- Reset(pos, input_); |
-} |
- |
- |
// This method determines the type of string involved and then copies |
// a whole chunk of characters into a buffer. It can be used with strings |
// that have been glued together to form a ConsString and which must cooperate |