File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/Generator/Generators/C Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ public override void GeneratePropertyGetter(Method method)
238
238
{
239
239
PushBlock ( BlockKind . Method , method ) ;
240
240
241
- var property = method . AssociatedDeclaration as Property ;
242
241
GeneratePropertyAccessorSpecifier ( method ) ;
243
242
NewLine ( ) ;
244
243
@@ -256,7 +255,6 @@ public override void GeneratePropertySetter(Method method)
256
255
{
257
256
PushBlock ( BlockKind . Method , method ) ;
258
257
259
- var property = method . AssociatedDeclaration as Property ;
260
258
GeneratePropertyAccessorSpecifier ( method ) ;
261
259
NewLine ( ) ;
262
260
@@ -507,8 +505,6 @@ public void GenerateFunctionCall(Function function)
507
505
508
506
if ( needsReturn )
509
507
{
510
- var retTypeName = function . ReturnType . Visit ( CTypePrinter ) . ToString ( ) ;
511
-
512
508
var ctx = new MarshalContext ( Context , CurrentIndentation )
513
509
{
514
510
ArgName = Helpers . ReturnIdentifier ,
You can’t perform that action at this time.
0 commit comments