File tree Expand file tree Collapse file tree
rust/ql/lib/codeql/rust/internal/typeinference
shared/typeinference/codeql/typeinference/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,8 +222,6 @@ private module Input2Common {
222222}
223223
224224private module PreInput2 implements InputSig2< PreTypeMention > {
225- PreTypeMention getABaseTypeMention ( Type t ) { none ( ) }
226-
227225 PreTypeMention getATypeParameterConstraint ( TypeParameter tp ) {
228226 result = Input2Common:: getATypeParameterConstraint ( tp )
229227 }
@@ -248,8 +246,6 @@ private module PreInput2 implements InputSig2<PreTypeMention> {
248246module PreM2 = Make2< PreTypeMention , PreInput2 > ;
249247
250248private module Input2 implements InputSig2< TypeMention > {
251- TypeMention getABaseTypeMention ( Type t ) { none ( ) }
252-
253249 TypeMention getATypeParameterConstraint ( TypeParameter tp ) {
254250 result = Input2Common:: getATypeParameterConstraint ( tp )
255251 }
You can’t perform that action at this time.
0 commit comments