Skip to content

Commit d6ba6ad

Browse files
committed
cleaning up my PR
1 parent de0f5ab commit d6ba6ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyccel/codegen/printing/cucode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ def _print_KernelCall(self, expr):
115115
def _print_CudaSynchronize(self, expr):
116116
return 'cudaDeviceSynchronize();\n'
117117

118-
def _print_CudaEmpty(self, expr):
119-
return 'cuda_array_create(1, (int64_t[]){INT64_C(10)}, nd_double, false,allocateMemoryOnHost);\n'
120118
def _print_ModuleHeader(self, expr):
121119
self.set_scope(expr.module.scope)
122120
self._in_header = True

0 commit comments

Comments
 (0)