Skip to content

Commit 941002d

Browse files
author
Max Strange
committed
Remove commented out code
1 parent a49337c commit 941002d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

acc/frontend/util/util.py

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ def compile_kernel_module(src):
2121
tmp.write(src.encode('utf-8'))
2222
return tmp.name
2323

24-
#with open("super_secret_file.py", 'w') as f:
25-
# f.write(src)
26-
#return "super_secret_file.py"
27-
2824
def load_kernel_module(fpath):
2925
"""
3026
Loads the given Python file into the running program as a module

0 commit comments

Comments
 (0)