Skip to content

Commit 985a861

Browse files
committed
Remove test code
1 parent bd058f8 commit 985a861

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

toolchain/templates/phoenix.mako

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ cd "${MFC_ROOT_DIR}"
3535
. ./mfc.sh load -c p -m ${'g' if gpu else 'c'}
3636
cd - > /dev/null
3737
echo
38-
% if gpu != gpuConfigOptions.NONE.value:
39-
echo "GPU active"
40-
% else:
41-
echo "CPU active"
42-
% endif
4338

4439
% for target in targets:
4540
${helpers.run_prologue(target)}

0 commit comments

Comments
 (0)