@@ -5447,7 +5447,6 @@ proto.cc.arduino.cli.commands.v1.Library.toObject = function(includeInstance, ms
5447
5447
sourceDir : jspb . Message . getFieldWithDefault ( msg , 11 , "" ) ,
5448
5448
utilityDir : jspb . Message . getFieldWithDefault ( msg , 12 , "" ) ,
5449
5449
containerPlatform : jspb . Message . getFieldWithDefault ( msg , 14 , "" ) ,
5450
- realName : jspb . Message . getFieldWithDefault ( msg , 16 , "" ) ,
5451
5450
dotALinkage : jspb . Message . getBooleanFieldWithDefault ( msg , 17 , false ) ,
5452
5451
precompiled : jspb . Message . getBooleanFieldWithDefault ( msg , 18 , false ) ,
5453
5452
ldFlags : jspb . Message . getFieldWithDefault ( msg , 19 , "" ) ,
@@ -5548,10 +5547,6 @@ proto.cc.arduino.cli.commands.v1.Library.deserializeBinaryFromReader = function(
5548
5547
var value = /** @type {string } */ ( reader . readString ( ) ) ;
5549
5548
msg . setContainerPlatform ( value ) ;
5550
5549
break ;
5551
- case 16 :
5552
- var value = /** @type {string } */ ( reader . readString ( ) ) ;
5553
- msg . setRealName ( value ) ;
5554
- break ;
5555
5550
case 17 :
5556
5551
var value = /** @type {boolean } */ ( reader . readBool ( ) ) ;
5557
5552
msg . setDotALinkage ( value ) ;
@@ -5724,13 +5719,6 @@ proto.cc.arduino.cli.commands.v1.Library.serializeBinaryToWriter = function(mess
5724
5719
f
5725
5720
) ;
5726
5721
}
5727
- f = message . getRealName ( ) ;
5728
- if ( f . length > 0 ) {
5729
- writer . writeString (
5730
- 16 ,
5731
- f
5732
- ) ;
5733
- }
5734
5722
f = message . getDotALinkage ( ) ;
5735
5723
if ( f ) {
5736
5724
writer . writeBool (
@@ -6084,24 +6072,6 @@ proto.cc.arduino.cli.commands.v1.Library.prototype.setContainerPlatform = functi
6084
6072
} ;
6085
6073
6086
6074
6087
- /**
6088
- * optional string real_name = 16;
6089
- * @return {string }
6090
- */
6091
- proto . cc . arduino . cli . commands . v1 . Library . prototype . getRealName = function ( ) {
6092
- return /** @type {string } */ ( jspb . Message . getFieldWithDefault ( this , 16 , "" ) ) ;
6093
- } ;
6094
-
6095
-
6096
- /**
6097
- * @param {string } value
6098
- * @return {!proto.cc.arduino.cli.commands.v1.Library } returns this
6099
- */
6100
- proto . cc . arduino . cli . commands . v1 . Library . prototype . setRealName = function ( value ) {
6101
- return jspb . Message . setProto3StringField ( this , 16 , value ) ;
6102
- } ;
6103
-
6104
-
6105
6075
/**
6106
6076
* optional bool dot_a_linkage = 17;
6107
6077
* @return {boolean }
0 commit comments