Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 8a20ef081d4eabb0eb1eac4e59fbc7d38aec2d19..552e96f18fab6259c0c2661098c552c44b7fdca5 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4726,7 +4726,6 @@ class ByteArray: public FixedArrayBase { |
// Setter and getter. |
inline byte get(int index); |
inline void set(int index, byte value); |
- inline const byte* data() const; |
// Copy in / copy out whole byte slices. |
inline void copy_out(int index, byte* buffer, int length); |