Index: src/strings-storage.h |
diff --git a/src/strings-storage.h b/src/strings-storage.h |
index bc3020dd5104809da11b629503b937d50d8a7d21..f81b8e2db410a4c05c544586028dc6f67a1360f8 100644 |
--- a/src/strings-storage.h |
+++ b/src/strings-storage.h |
@@ -11,8 +11,6 @@ |
namespace v8 { |
namespace internal { |
-struct OffsetRange; |
- |
// Provides a storage of strings allocated in C++ heap, to hold them |
// forever, even if they disappear from JS heap or external storage. |
class StringsStorage { |