Skip to content

Commit e5d2133

Browse files
committed
foo
1 parent 14f3214 commit e5d2133

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ generate:
2727
echo "=== THIRD TREE BEG ==="
2828
tree
2929
echo "=== THIRD TREE END ==="
30-
cd pkg/rocm_smi && \
31-
sed -i '/rsmi_func_id_iter_handle_t/d' types.go && \
32-
cat types.go
3330
cd pkg/rocm_smi && \
3431
go tool cgo -godefs types.go > types.go.expand && \
3532
mv types.go.expand types.go && \

0 commit comments

Comments
 (0)