From a0485cca013976e6784b8f7fca53a704469b8783 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Wed, 25 May 2016 18:31:56 +0530 Subject: [PATCH] Device Emulation (contd.): took decision on DeviceList+DeviceNeigh vs DeviceInfo API --- common/protocol.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/protocol.proto b/common/protocol.proto index 96d25bb..439d28f 100644 --- a/common/protocol.proto +++ b/common/protocol.proto @@ -277,8 +277,6 @@ message Notification { /* * Protocol Emulation - * FIXME: merge getDeviceList() and get DeviceNeighbors() into a single - * getDeviceInfo() RPC? */ message DeviceGroupId { required uint32 id = 1;