Browse Source
Script from LKML. Signed-off-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>pull/44/head
committed by
Michael Tokarev
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
// Remove useless casts |
|||
@@ |
|||
type T; |
|||
T v; |
|||
@@ |
|||
- (T *)&v |
|||
+ &v |
|||
Loading…
Reference in new issue