| Index: mojo/public/cpp/bindings/lib/native_struct_data.h
|
| diff --git a/mojo/public/cpp/bindings/lib/native_struct_data.h b/mojo/public/cpp/bindings/lib/native_struct_data.h
|
| index 984feec8b15a837cb107b9641d11103185b14ede..5c5877456bc6849a34bc3c0daac2c79d1d5591e3 100644
|
| --- a/mojo/public/cpp/bindings/lib/native_struct_data.h
|
| +++ b/mojo/public/cpp/bindings/lib/native_struct_data.h
|
| @@ -20,9 +20,6 @@ class NativeStruct_Data {
|
| public:
|
| static bool Validate(const void* data, ValidationContext* validation_context);
|
|
|
| - void EncodePointers() {}
|
| - void DecodePointers() {}
|
| -
|
| // Unlike normal structs, the memory layout is exactly the same as an array
|
| // of uint8_t.
|
| Array_Data<uint8_t> data;
|
|
|