mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-06 04:36:17 +02:00
Do not import an unused proto file
onos-buck test --only-failing gives me the following warning: net/packet/PacketServiceNb.proto: warning: Import net/flow/TrafficTreatmentProto.proto but not used. Change-Id: If847fe8d0110550999a1aef9646ae59d86524765
This commit is contained in:
parent
bfad56f2c5
commit
e0d123782b
@ -9,7 +9,6 @@ import "net/packet/PacketProcessorEntryProto.proto";
|
||||
import "net/packet/OutboundPacketProto.proto";
|
||||
import "core/ApplicationIdProto.proto";
|
||||
import "net/flow/TrafficSelectorProto.proto";
|
||||
import "net/flow/TrafficTreatmentProto.proto";
|
||||
|
||||
message addProcessorRequest {
|
||||
.net.packet.PacketProcessorProto packet_processor = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user