提交 90bb89f0 编写于 作者: K Kevin Halverson

Remove unnecessary cast...

上级 4db2c34a
......@@ -436,7 +436,7 @@ End Class
numRetries += 1
Assert.InRange(numRetries, 0, 2) ' We don't want to loop forever...
diagnostics.Add(New VBDiagnostic(ErrorFactory.ErrorInfo(ERRID.ERR_UnreferencedAssembly3, missingIdentity, "MissingType"), Location.None))
Return DirectCast(Nothing, CompileResult)
Return Nothing
End Function,
Function(assemblyIdentity, ByRef uSize)
uSize = CUInt(missingModule.MetadataLength)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册