]> Git Repo - qemu.git/blame - scripts/coccinelle/typecast.cocci
libqtest: Inline g_assert_no_errno()
[qemu.git] / scripts / coccinelle / typecast.cocci
CommitLineData
ac4e29f1
LV
1// Remove useless casts
2@@
3type T;
4T v;
5@@
6- (T *)&v
7+ &v
This page took 0.120249 seconds and 4 git commands to generate.