Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pratheekshasn committed Aug 18, 2023
1 parent 2fe61e8 commit 7d96699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lv_proto_server_reflection_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ namespace grpc_labview


void LVProtoServerReflectionService::AddFileDescriptorProto(const std::string& serializedProtoStr) {
// reflection_service_.get()->AddFileDescriptorProto(serializedProto);
FileDescriptorProto proto;
proto.ParseFromString(serializedProtoStr);
other_pool_file_descriptor = other_pool.BuildFile(proto);
Expand Down

0 comments on commit 7d96699

Please sign in to comment.