Skip to content

Commit

Permalink
Update framecode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrudPrimrose authored Dec 16, 2024
1 parent 4eaa76a commit 03ccb2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dace/codegen/targets/framecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,6 @@ def generate_code(self,
if isvarName not in outside_symbols:
callsite_stream.write('%s;\n' % (isvar.as_arg(with_types=True, name=isvarName)), sdfg)
self.dispatcher.defined_vars.add(isvarName, disp.DefinedType.Scalar, isvarType.ctype)
else:
callsite_stream.write('//%s;\n' % (isvar.as_arg(with_types=True, name=isvarName)), sdfg)
callsite_stream.write('\n', sdfg)

#######################################################################
Expand Down

0 comments on commit 03ccb2c

Please sign in to comment.