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