From 387fe1dbfffdc3d73cf46f2c054f4d25543c8523 Mon Sep 17 00:00:00 2001
From: Fu Juntang <StrongTiger_001@163.com>
Date: 星期三, 01 九月 2021 10:55:35 +0800
Subject: [PATCH] Fix the building issue when protobuf is enabled.

---
 proto/source/bhome_msg.proto |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/proto/source/bhome_msg.proto b/proto/source/bhome_msg.proto
index b1f9772..f34aebb 100644
--- a/proto/source/bhome_msg.proto
+++ b/proto/source/bhome_msg.proto
@@ -57,11 +57,9 @@
 
 message MsgSubscribe {
 	MsgTopicList topics = 1;
-	bool network = 2;
 }
 message MsgUnsubscribe {
 	MsgTopicList topics = 1;
-	bool network = 2;
 }
 message MsgRegisterRPC {
 	MsgTopicList topics = 1;

--
Gitblit v1.8.0