diff --git a/clang.c b/clang.c index 94bccf83..1fff9317 100644 --- a/clang.c +++ b/clang.c @@ -1,8 +1,6 @@ void f1(struct fred_t *p) { - - // dereference p and then check if it's NULL int x = p->x; if (p)