@@ -114,8 +114,7 @@ proto.cc.arduino.cli.commands.CompileReq.toObject = function(includeInstance, ms
114
114
librariesList : ( f = jspb . Message . getRepeatedField ( msg , 15 ) ) == null ? undefined : f ,
115
115
optimizefordebug : jspb . Message . getBooleanFieldWithDefault ( msg , 16 , false ) ,
116
116
dryrun : jspb . Message . getBooleanFieldWithDefault ( msg , 17 , false ) ,
117
- exportDir : jspb . Message . getFieldWithDefault ( msg , 18 , "" ) ,
118
- programmer : jspb . Message . getFieldWithDefault ( msg , 19 , "" )
117
+ exportDir : jspb . Message . getFieldWithDefault ( msg , 18 , "" )
119
118
} ;
120
119
121
120
if ( includeInstance ) {
@@ -225,10 +224,6 @@ proto.cc.arduino.cli.commands.CompileReq.deserializeBinaryFromReader = function(
225
224
var value = /** @type {string } */ ( reader . readString ( ) ) ;
226
225
msg . setExportDir ( value ) ;
227
226
break ;
228
- case 19 :
229
- var value = /** @type {string } */ ( reader . readString ( ) ) ;
230
- msg . setProgrammer ( value ) ;
231
- break ;
232
227
default :
233
228
reader . skipField ( ) ;
234
229
break ;
@@ -385,13 +380,6 @@ proto.cc.arduino.cli.commands.CompileReq.serializeBinaryToWriter = function(mess
385
380
f
386
381
) ;
387
382
}
388
- f = message . getProgrammer ( ) ;
389
- if ( f . length > 0 ) {
390
- writer . writeString (
391
- 19 ,
392
- f
393
- ) ;
394
- }
395
383
} ;
396
384
397
385
@@ -776,24 +764,6 @@ proto.cc.arduino.cli.commands.CompileReq.prototype.setExportDir = function(value
776
764
} ;
777
765
778
766
779
- /**
780
- * optional string programmer = 19;
781
- * @return {string }
782
- */
783
- proto . cc . arduino . cli . commands . CompileReq . prototype . getProgrammer = function ( ) {
784
- return /** @type {string } */ ( jspb . Message . getFieldWithDefault ( this , 19 , "" ) ) ;
785
- } ;
786
-
787
-
788
- /**
789
- * @param {string } value
790
- * @return {!proto.cc.arduino.cli.commands.CompileReq } returns this
791
- */
792
- proto . cc . arduino . cli . commands . CompileReq . prototype . setProgrammer = function ( value ) {
793
- return jspb . Message . setProto3StringField ( this , 19 , value ) ;
794
- } ;
795
-
796
-
797
767
798
768
799
769
0 commit comments