mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpiutil] Remove Protobuf.getNested() (#6812)
It was superseded by using FileDescriptor.getDependencies().
This commit is contained in:
@@ -48,15 +48,6 @@ public interface Protobuf<T, MessageType extends ProtoMessage<?>> {
|
||||
*/
|
||||
Descriptor getDescriptor();
|
||||
|
||||
/**
|
||||
* Gets the list of protobuf types referenced by this protobuf.
|
||||
*
|
||||
* @return list of protobuf types
|
||||
*/
|
||||
default Protobuf<?, ?>[] getNested() {
|
||||
return new Protobuf<?, ?>[] {};
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates protobuf message.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user