]> git.notmuchmail.org Git - notmuch/commitdiff
Remove some unneeded initializers.
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:55:50 +0000 (14:55 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 21:55:50 +0000 (14:55 -0700)
Some people might argue for more initializers to be "safer",
but I actually prefer to leave things this way. It saves
typing, but the real benefit is that the things that do
require initialization stand out so we know to watch them
carefully. And with valgrind, we actually get to catch
errors earlier if we *don't* initialize them. So that can
be "safer" ironically enough.


No differences found