File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated
schema/src/main/scala/io/shiftleft/codepropertygraph/schema Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ public class Languages {
5050/** Source-based JS frontend based on Babel */
5151public static final String JSSRC = "JSSRC" ;
5252
53- /** Solidity language frontend */
54- public static final String SOLIDITY = "SOLIDITY" ;
55-
5653/** Source-based frontend for Ruby */
5754public static final String RUBYSRC = "RUBYSRC" ;
5855
@@ -78,7 +75,6 @@ public class Languages {
7875add (JAVASRC );
7976add (PYTHONSRC );
8077add (JSSRC );
81- add (SOLIDITY );
8278add (RUBYSRC );
8379add (SWIFTSRC );
8480add (CSHARPSRC );
Original file line number Diff line number Diff line change @@ -118,12 +118,7 @@ object MetaData extends SchemaBase {
118118 valueType = ValueType .String ,
119119 comment = " Source-based JS frontend based on Babel"
120120 ).protoId(15 ),
121- Constant (
122- name = " SOLIDITY" ,
123- value = " SOLIDITY" ,
124- valueType = ValueType .String ,
125- comment = " Solidity language frontend"
126- ).protoId(16 ),
121+ // Removed protoId 16. Used to be "Solidity".
127122 Constant (
128123 name = " RUBYSRC" ,
129124 value = " RUBYSRC" ,
You can’t perform that action at this time.
0 commit comments